body {
  margin: 0;
  height: 100vh;
  width: 100vw;
  background-color: #7af2f3;
  display: flex;
  justify-content: left;
  align-items: left;
  font-family: "Paytone One", sans-serif;
  min-height: 100vh;
}

.image {
  width: 300px; /* Adjust as needed */
  height: 300px; /* Adjust as needed */
}

.maintitle {
  font-size: 32px;
  color: #fff;
}

.blurb {
  font-size: 24px;
  color: #fff;
}

.subtext {
  font-size: 18px;
  color: #fff;
}

.plain-link a {
  text-decoration: none;
  color: #7af2f3;
}

.baba-footer {
  font-size: 24px;
  color: #5ddd9a;
  margin-bottom: 40px;
}

#product-container {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: left;
  width: 100vw;
  height: 100vh;
  color: #fff;
  text-decoration: none;
  gap: -10px;
}

.youtube-inline {
  border-radius: 30px;
  -moz-border-radius: 30px;
  overflow: hidden;
  z-index: 1;
  width: 480px;
  height: 270px;
}

.youtube-frame {
  width: 480px;
  height: 270px;
}

.product {
  display: flex;
  flex-direction: row;
  align-items: left;
  justify-content: left;
  width: 100vw;
  text-decoration: none;
  min-width: 601px;
  padding: 20px;
  gap: 3px;
}

.product-info {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: left;
  gap: 0px;
  max-width: 45vw;
  min-width: 600px;
}

.product a {
  text-decoration: none;
  color: #ffffff;
}

#inline-link a {
  color: #ff6b6b;
}

.product-image {
  width: 300px;
  height: 300px;
  border-radius: 24px;
}

.product-preview-image {
  margin-left: 40px;
  height: 280px;
  border-radius: 24px;
}

#product1 {
  background-color: #7ac7f3; /* Example color for product 1 */
}

#product2 {
  background-color: #776694; /* Example color for product 2 */
}

#product3 {
  background-color: #c78112; /* Example color for product 3 */
}

#product4 {
  background-color: #9a1f90;
}

@media (max-width: 900px) {
  .product-info {
    margin-left: 0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 80vw;
  }

  .product {
    flex-direction: column;
    width: 100vw;
    align-items: center;
    justify-content: center;
    /* min-height: 1260px; */
    min-width: 0;
    padding: 20px 0px;
  }

  #product-container {
    flex-direction: column;
    margin: auto;
    padding: 0;
    /* width: 100vw; */
  }

  .rounded-rectangle {
    max-width: 80%;
  }

  .image {
    width: 280px;
    height: 280px;
  }

  body {
    height: auto;
  }

  .maintitle {
    font-size: 28px;
  }

  .subtext {
    font-size: 18px;
  }

  .blurb {
    font-size: 20px;
  }

  #product-container ul {
    padding: 0;
    list-style-position: inside;
  }

  .product-preview-image {
    margin-left: 0px;
    height: 240px;
    border-radius: 24px;
  }

  .youtube-frame {
    /* width: 400px; */
    max-width: 90vw;
    height: 245px;
  }

  .youtube-inline {
    max-width: 90vw;
    /* width: 400px; */
    height: 245px;
  }
}
