
    /* Existing header styles */
    header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px;
      font-family: 'Bebas Neue', sans-serif;
      background-color: #fef3f8;
      border-bottom: 1px solid #e0e0e0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1000;
    }

    .nav-container {
      display: flex;
      align-items: center;
      color: #fd79c4;
    }

    .headerName {
      font-size: 3em;
      margin: 0;
      color: #e59fb7;
      cursor: pointer;
      padding-left: 5%;
    }

    .pink {
      color: #fd79c4;
    }

    .colorSwap {
      color: #333;
      font-style: italic;
    }

    .nav-container {
      display: flex;
      align-items: center;
      color: #FEABDA;
    }

    .header1, .header3, .header4, .header6, .header7 {
      font-size: 1.5em;
      font-weight: 600;
      margin: 0 20px;
      cursor: pointer;
      color: #fd79c4;
      position: relative;
      transition: color 0.3s ease, border-bottom 0.3s ease;
      white-space: nowrap;
      text-decoration: none;

    }

    .dropdown {
      position: relative;
    }

    .dropdown-content {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #fef3f8;
      min-width: 150px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
      z-index: 1;
      border-radius: 8px;
    }

    .dropdown-content a {
      color: #f41cae;
      padding: 10px 20px;
      text-decoration: none;
      display: block;
      font-size: 1em;
      transition: background-color 0.3s ease;
    }

    .dropdown-content a:hover {
      background-color: #fd79c4;
      color: white;
    }

    .dropdown:hover .dropdown-content {
      display: block;
    }

    .headerName:hover {
      color: #e59fb7;
      transition: color 0.3s ease;
    }

    .header1:hover, .header3:hover, .header4:hover, .header6:hover, .header7:hover {
      color: #f41cae;
      border-bottom: 3px solid #f41cae;
    }

    .header5 {
      font-size: 1em;
      font-weight: 600;
      padding: 10px 20px;
      background-color: #FEABDA;
      color: white;
      border: none;
      border-radius: 50px;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .header5:hover {
      background-color: #e59fb7;
      color: white;
    }

    .dropdown {
      position: relative;
    }

    .dropdown-content {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #fef3f8;
      min-width: 150px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
      z-index: 1;
      border-radius: 8px;
    }

    .dropdown-content a {
      color: #f41cae;
      padding: 10px 20px;
      text-decoration: none;
      display: block;
      font-size: 1em;
      transition: background-color 0.3s ease;
    }

    .dropdown-content a:hover {
      background-color: #fd79c4;
      color: white;
    }

    .header5 {
      margin-right: 70px;
    }


    .dropdown:hover .dropdown-content {
      display: block;
    }

    .headerName:hover {
      color: #e59fb7;
      transition: color 0.3s ease;
    }

    .quizHeader {
      position: absolute;
      top: 15%;
      font-family: 'Bebas Neue', sans-serif;
      font-size: 3.5em;
      color: #f41cae;
    }
    .quiz-container {
      width: 700px;
      height: 400px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 20px;
      margin: auto;
      background-color: #fef3f8;
      border: solid #e59fb7 3px;
      position: absolute;
      top: 40%;
    }


    .question {
      font-size: 2.2em;
      margin-bottom: 20px;
      padding-bottom: 20px;
      top: 15%;
      position: absolute;
      font-weight: bold;
      color: #f41cae;
      font-style: italic;
    }

    .options {
      width: 100%;
      padding-top: 80px;
    }

    .copy {
      position: absolute;
      top: 250%;
      transform: translate(-50%, -50%);
      left: 50%;
    }

    .options button {
      width: 100%;
      padding: 10px;
      margin: 5px 0;
      border: none;
      background-color: #fd79c4;
      color: white;
      border-radius: 5px;
      font-size: 1em;
      cursor: pointer;
    }

    .options button:hover {
      background-color: #e84393;
    }

    .result-container {
      flex-direction: column;
    }

    .pink-text {
      color: #ff69b4; /* Hot pink color */
    }

    .redirect-button {
      background-color: #ff69b4; /* Hot pink background */
      color: white;
      padding: 10px 15px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-size: 16px;
      margin-top: 10px;
    }

    .redirect-button:hover {
      background-color: #ff4da6; /* Slightly darker pink on hover */
    }


    .result-container {
      font-weight: bold;
      color: #f41cae;
    }

    .result.large-text {
      font-size: 1.9em;
    }

    .pink-text {
      color: #ff69b4; /* Hot pink color */
    }

    .redirect-button {
      background-color: #ff69b4; /* Hot pink background */
      color: white;
      padding: 10px 15px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-size: 16px;
      margin-top: 10px;
    }

    .redirect-button:hover {
      background-color: #ff4da6; /* Slightly darker pink on hover */
    }

    .membership-button {
      margin-top: 20px;
      padding: 10px 20px;
      background-color: #fd79c4;
      color: white;
      border: none;
      border-radius: 5px;
      font-size: 1em;
      cursor: pointer;
    }

    .membership-button:hover {
      background-color: #e84393;
    }

    .swap {
      font-style: italic;
    }
    .restart {
      margin-top: 20px;
      padding: 10px 20px;
      background-color: #fd79c4;
      color: white;
      border: none;
      border-radius: 5px;
      font-size: 1em;
      cursor: pointer;
    }

    .restart:hover {
      background-color: #e84393;
    }

    #loginButton {
      border: none;
      position: absolute;
      border-radius: 40px;
      background-color: #f41cae;
      color: white;
      width: 20%;
      height: 10%;
      top: 90%;
      left: 40%;
      font-family: 'Bebas Neue';
      font-size: 2em;
      padding: 20px;
    }

    #loginButton:hover {
      background-color: #ffa900;
      scale: 1.1;
      cursor: pointer;
    }
.hamburger {
  display: none; /* Initially hidden on larger screens */
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 5%;
  top: 1%;
  font-size: 2em;
}


#loginLinkMobile {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

#loginLinkMobile:hover {
  background-color: #ddd;
}

.mobile-menu {
  display: none; /* Start with the menu hidden */
  flex-direction: column;
  align-items: flex-start;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  position: absolute;
  top: 0%; /* Adjust this based on your header height */
  left: 0;
  right: 0;
  z-index: 1000;
}

.mobile-menu a {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 1.5em;
}

.mobile-menu a:hover {
  background-color: #ddd;
}

.pink {
  color: #FEABDA;
  font-weight: bold;
}


.pink {
  color: #fd79c4;
}


.fas {
  color: #ff69b4; /* Pink color for nail theme */
  font-size: 1.2em; /* Adjust size */
  margin: 0 5px; /* Add spacing */
}


.signUpFooter {
  position: absolute;
  font-size: 3em;
  color: #333;
  left: 90%;
  top: 30%;
  font-family: 'Bebas Neue';
  background-color: transparent;
  border: none;
  font-weight: bold;
  color: #f41cae;

}

.signUpFooter:hover {
  color: #fd79c4;
  cursor: pointer;
}

.noMember {
  font-family: 'Playwright France Moderne';
  color: #333;
  text-align: center;
}

.link {
  color: #f41cae;
  text-decoration: underline;
}

.link:hover {
  cursor: pointer;
}

.forget {
  font-family: 'Playwright France Moderne';
  color: #333;
  text-align: center;
  margin-top: 80%;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 5%;
  font-family: 'Bebas Neue', sans-serif;
  background-color: #fef3f8;
  border-bottom: 1px solid #e0e0e0;
}

.headerName {
  font-size: 3em;
  margin: 0;
  color: #e59fb7;
  cursor: pointer;
}




footer {
  background-color: white;
  position: absolute;
  top: 130%;
  height: 30%;
  width: 100%;
  border-top: 1px solid #333;
}


.footer1 {
  position: absolute;
  font-size: 3em;
  color: #333;
  left: 3%;
  top: 0%;
}

.footer2 {
  position: absolute;
  font-size: 3em;
  color: #333;
  left: 50%;
  top: 0%;
}

.footer3 {
  position: absolute;
  font-size: 1.5em;
  color: #333;
  left: 50%;
  top: 52%;
  font-family: 'Playwright France Moderne';
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 2px #333 solid;
}

.footer4 {
  position: absolute;
  font-size: 1.5em;
  color: #333;
  left: 50%;
  top: 80%;
  font-family: 'Playwright France Moderne';
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 2px #333 solid;

}

.footer5 {
  position: absolute;
  font-size: 1.5em;
  color: #333;
  left: 50%;
  top: 45%;
  font-family: 'Playwright France Moderne';
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 2px #333 solid;
  z-index: 2;

}

.footer6 {
  position: absolute;
  font-size: 3em;
  color: #333;
  left: 70%;
  top: 0%;
}

.back {
  background-color: #e59fb7;
  border: none;
  border-radius: 10px;
  width: 20%;
  height: 12%;
  color: white;
  margin-top: 40px;
  font-size: 1em;
}

.back:hover {
  background-color: #e84393;
  cursor: pointer;
}

.footer7 {
  position: absolute;
  font-size: 1.5em;
  color: #333;
  left: 70%;
  top: 52%;
  font-family: 'Playwright France Moderne';
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 2px #333 solid;
}

.footer8 {
  position: absolute;
  font-size: 1.5em;
  color: #333;
  left: 70%;
  top: 80%;
  font-family: 'Playwright France Moderne';
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 2px #333 solid;

}

.footerName {
  color: #fd79c4;
  font-size: 15em;
  top: 55%;
  position: absolute;
}

.footer3:hover,
.footer4:hover,
.footer5:hover,
.footer7:hover,
.footer8:hover {
  color: #f41cae;
  cursor: pointer;
  border-bottom: 3px solid #f41cae;
}


.modalHeader1 {
font-size: 5em;
text-align: center;
color: #f41cae;
}

#email:hover,
#password:hover,
#email1:hover {
  box-shadow: 0 0 5px #FEABDA,
  0 0 25px #FEABDA,
  0 0 50px #FEABDA,
  0 0 200px #FEABDA;
  background-color: #fee9f7;
}

#email {
border-radius: 10px;
width: 28%;
height: 8%;
background-color: white;
position: absolute;
top: 58%;
left: 36%;
border:1px solid #f41cae;
font-family: 'Playwright France Moderne';
font-size: 1em;
color: #333;
transition: 0.3s ease-in-out;
text-align: left;
padding: 10px;
}

#email1 {
width: 80%;
height: 40%;
background-color: white;
border:1px solid #f41cae;
font-family: 'Playwright France Moderne';
font-size: 1em;
color: #333;
transition: 0.3s ease-in-out;
text-align: left;
padding: 20px;
border-radius: 10px;
}

@media only screen and (max-width: 1254px) {
  .signUpFooter {
    left: 2.5%;
    top: 60%;
  }
}


@media (max-width: 959px) {
.quiz-container {
  max-width: 600px;
}

}

@media (max-width: 917px) {
  .nav-container {
      display: none; /* Hide the normal navigation */
  }
  .hamburger {
    display: block;
    font-size: 2em;
    background: none;
    border: none;
    cursor: pointer;
    color: #fd79c4;
    z-index: 1000000;
    top: 2%;
}

.mobile-menu {
    display: none; /* Initially hidden */
    flex-direction: column;
    background-color: #fef3f8;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.mobile-menu a,
#loginLinkMobile, #signOutButtonMobile  {
    padding: 10px 20px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    color: #f41cae;
    font-size: 1.2em;
    transition: background-color 0.3s ease;
}

.mobile-menu a:hover,
#loginLinkMobile:hover, #signOutButtonMobile:hover  {
    background-color: #fd79c4;
    color: white;
}

.copy {
  margin-top: 28%;
}

}

@media only screen and (max-width: 908px) {
  .footerName {
    font-size: 12em;
  }

  .copy {
    top: 95%;
  }
  .bigHeader {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 838px) {
  .copy {
   position: absolute;
   top: 100%;
  }

}
@media only screen and (max-width: 822px) {


.footer1,
.footer2,
.footer6 {
  font-size: 2.5em;
}

.footer3,
.footer4,
.footer5,
.footer7,
.footer8 {
  font-size: 1.2em;
}

.footerName {
  font-size: 10.5em;
}

.signUpFooter {
  font-size: 2.5em;
}

}
@media (max-width: 787px) {
  .quiz-container {
    max-width: 500px;
  }

  .quizHeader {
    font-size: 3em;
    top: 18%;
  }
  }


  @media (max-width: 678px) {
    .quiz-container {
      max-width: 400px;
    }

    .quizHeader {
      font-size: 2.6em;
      top: 18%;
    }

    .options {
      padding-top: 150px;
    }
    }


    @media only screen and (max-width: 673px) {
      .copy {
       position: absolute;
       top: 107%;
      }

    }

    @media only screen and (max-width: 650px) {


  .footer1,
  .footer2,
  .footer6 {
    font-size: 2em;
  }

  .signUpFooter {
    font-size: 2em;
    margin-top: -7%;
  }

  .footer3,
  .footer4,
  .footer5,
  .footer7,
  .footer8,
  .footer9 {
    font-size: 1em;
  }

  .footerName {
    font-size: 9.5em;
  }

  .footerName {
    top: 55%;
  }
    }
    @media (max-width: 582px) {
      .quiz-container {
        max-width: 380px;
      }

      .question {
        font-size: 2em;
      }
      .quizHeader {
        font-size: 2.4em;
        top: 20%;
      }
      }

      @media only screen and (max-width: 580px) {
        .footerName {
          font-size: 9em;
        }
      }

      @media only screen and (max-width: 556px) {
        .footerName {
          font-size: 8em;
        }

        .footer3,
        .footer4,
        .footer7,
        .footer8 {
          font-size: 0.9em;
        }
      }

      @media (max-width: 518px) {

        .quizHeader {
          font-size: 2.2em;
          top: 20%;
          text-align: center;
        }
        }

        @media only screen and (max-width: 450px) {

  .footerName {
    font-size: 3em;
  }
  .copy {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 82%;
    white-space: nowrap;
    font-size: 0.8em;
  }

  footer {
    height: 100%;
    top: 150%;
  }

  .signUpFooter {
    font-size: 2em;
    transform: translate(-50%, -50%);
    left: 50%;
    white-space: nowrap;
    top: 20%;
  }

  .footer1 {
    font-size: 2em;
    transform: translate(-50%, -50%);
    left: 50%;
    white-space: nowrap;
  }

  .footer2 {
    font-size: 2em;
    transform: translate(-50%, -50%);
    left: 50%;
    white-space: nowrap;
    top: 25%;
  }

  .footer3 {
    font-size: 1em;
    transform: translate(-50%, -50%);
    left: 50%;
    white-space: nowrap;
    top: 35%;
  }

  .footer4 {
    font-size: 1em;
    transform: translate(-50%, -50%);
    left: 50%;
    white-space: nowrap;
    top: 45%;
  }

  .footer6 {
    font-size: 2em;
    transform: translate(-50%, -50%);
    left: 50%;
    white-space: nowrap;
    top: 57%;
  }

  .footer7 {
    font-size: 1em;
    transform: translate(-50%, -50%);
    left: 50%;
    white-space: nowrap;
    top: 67%;
  }

  .footer8 {
    font-size: 1em;
    transform: translate(-50%, -50%);
    left: 50%;
    white-space: nowrap;
    top: 77%;
  }

  .footerName {
    top: 90%;
    text-align: center;
    transform: translate(-50%, -50%);
    left: 50%;

  }

  .quiz-container {
    max-height: 390px;
    top: 50%;
    width: 330px;
  }


        }
