@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}

.content-wrapper {
  background: #f7f7f7;
  background: url("../bg.jpg");
  background-position: center;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-wrapper .header img {
  max-width: 300px;
  max-height: 100%;
}
.content-wrapper .display-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content-wrapper .display-section h1 {
  font-size: 64px;
  line-height: 72px;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  color: #000;
}
.content-wrapper .display-section p {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  text-transform: capitalize;
  max-width: 500px;
  color: #000;
}
.content-wrapper .display-section .countdown {
  margin-top: 32px;
  text-align: center;
}
.content-wrapper .display-section .countdown div {
  display: inline-block;
  margin: 0 10px;
}
.content-wrapper .display-section .countdown div span {
  display: block;
  font-size: 2rem;
  color: #000;
}
.content-wrapper .display-section .label {
  font-size: 1rem;
  color: #000;
}
@media (max-width: 48rem) {
  .content-wrapper .display-section .countdown div span {
    font-size: 1.5rem;
  }
  .content-wrapper .display-section .label {
    font-size: 0.875rem;
  }
}
@media (max-width: 30rem) {
  .content-wrapper .display-section .countdown div {
    margin: 0 0.25rem;
  }
  .content-wrapper .display-section .countdown div span {
    font-size: 1.25rem;
  }
  .content-wrapper .display-section .label {
    font-size: 0.75rem;
  }
}/*# sourceMappingURL=style.css.map */