* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

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

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

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

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

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


body {
  background-color: #FFFDF7;
}

.text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 5rem;
  font-weight: bold;
  text-shadow: 2px 2px 5px black;
}

.slidein {
  transform: translateY(-50px);
  opacity: 0;
  animation-name: slidein;
  animation-delay: 1.5s;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;

}

.slidein2 {
  transform: translateY(-50px);
  opacity: 0;
  animation-name: slidein2;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.front {
  width: 100%;

}

.live {
  width: 100%;
  padding-left: 19rem;
  padding-bottom: 15rem;
}

nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 2rem;
  background-color: #FFFDF7;
  color: white;
}

.navbar {
  position: relative;
  /* Set the container as the positioning context */
  padding: 2rem;
  background-color: #FFFDF7;
  color: white;

}

h2 {
  text-align: center;
  padding-top: 3rem;
  font-size: 25rem;
  padding-bottom: 5rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  padding-left: 6rem;
  padding-right: 6rem;
  gap: 26px;


}

.tiktok {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  padding-left: 6rem;
  padding-right: 6rem;
  gap: 15rem;


}

.tiktok img {
  height: 100%;
}

.grid img {
  height: 100%;
}

h3 {
  padding-top: 60rem;
  font-size: 20rem;
  padding-left: 15rem;
}

h4 {
  padding-top: 5rem;
  font-size: 3rem;
  padding-right: 5rem;
  text-align: right;
}

.container {
  width: 90%;
  margin: 0 auto;
}

.break {
  border-radius: 20px;
  border: 1px solid gray;
  height: 0.3rem;
  width: 20%;
  margin: 2px 3rem;
  /* Centers horizontally */
  background-color: gray;

}

.break2 {
  border-radius: 20px;
  border: 1px solid gray;
  height: 0.3rem;
  width: 24%;
  margin: 2px 65rem;
  /* Centers horizontally */
  background-color: gray;

}

p {
  text-align: left;
  margin: 0 auto;
  padding: 8rem;
  font-size: 20px;
}


@media screen and (min-width: 1200px) {

  h2 {
    text-align: center;
    font-size: 6rem;
    padding-bottom: 2rem;
  }

  h3 {
    padding-top: 6rem;
    font-size: 50px;
    padding-left: 4rem;
  }

}


@media screen and (min-width: 1700px) {

  h2 {
    text-align: center;
    font-size: 25rem;
    padding-bottom: 2rem;
  }

  h3 {
    padding-top: 60rem;
    font-size: 20rem;
    padding-left: 15rem;
  }

  .front {
    width: 100%;
    padding: 18rem;
  }

}

@keyframes slidein {
  0% {
    opacity: 0;
    transform: translateY(-50);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slidein2 {
  0% {
    opacity: 0;
    transform: translateY(-50);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}