@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@media only screen and (max-width: 576px) {
  h1 {
    font-size: 7.5rem !important;
  }

  h2 {
    font-size: 2.5rem !important;
  }

  h3 {
    font-size: 1.5rem !important;
  }

  .undercard {
    padding: 1rem 0 !important;
  }
  .undercard .box {
    text-align: center;
  }

  .bottom .ry {
    justify-content: space-evenly !important;
  }
  .bottom .time-of-day {
    text-align: center;
  }
  .bottom h2 {
    font-size: 2rem !important;
  }

  .quote-text-box {
    align-items: center !important;
    justify-content: space-around !important;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 8.5rem !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Inter;
  color: #fff;
}

h1 {
  font-size: 10rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  word-spacing: 0.4rem;
}

.container-fluid {
  min-height: 100vh;
  position: relative;
}
.container-fluid .background {
  min-height: 100vh;
  background-image: url(../images/day.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.container-fluid .background .top {
  min-height: 30%;
}
.container-fluid .background .top button {
  border: none;
  background: none;
}
.container-fluid .background .bottom {
  min-height: 60%;
}
.container-fluid .background .bottom h2 {
  font-size: 3rem;
}
.container-fluid .background .bottom button {
  border: 1px solid white;
  background: white;
  font-weight: bolder;
  border-radius: 2rem;
  padding: 0.75rem 3rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.3s ease-in-out;
}
.container-fluid .background .bottom button:hover {
  background: black;
  border: 1px solid black;
  color: white;
}
.container-fluid .undercard {
  min-height: 60vh;
  padding: 4rem;
  width: 100%;
  background: black;
  position: absolute;
  z-index: -2;
  bottom: 0;
}

/*# sourceMappingURL=style.css.map */
