* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  background-color: #aadef6;
}

h2 {
  font-family: "Bytesized";
  font-weight: 400;
  font-style: italic;
  font-size: 5rem;
  color: #3f3d56;
  font-weight: bold;
  padding: 3rem;
}

.coming-soon {
  min-height: 70vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.countdown {
  display: flex;
  justify-content: space-around;
  text-align: center;
  text-transform: uppercase;
}

.day,
.hour,
.minute,
.second {
}
