body {
  background-color: black;
  color: black;
    font-family: "Sue Ellen Francisco", cursive;
  font-weight: 400;
  font-style: normal;
  max-width: 900px;
  margin: 0 auto;
  text-align: center
  .box {
  float: left;
  width: 25%; /* three boxes (use 25% for four, and 50% for two, etc) */
  padding: 0px; /* if you want space between the images */
}
 /* unvisited link */
a:link {
  color: LavenderBlush;
}
.sue-ellen-francisco-regular {
  font-family: "Sue Ellen Francisco", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

/* visited link */
a:visited {
  color: red;
}

/* mouse over link */
a:hover {
  color: GhostWhite;
}

/* selected link */
a:active {
  color: WhiteSmoke;
} 
.countdown{
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timebox{
  display: flex;
  gap: 25px;
}
.time{
  text-align:center;
}


}
