body {
    font-family: "Georgia", sans-serif;
    background-color: #f1e2b8;
    color: #333;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.header {
    padding: 1.25em;
    text-align: center;
    position: relative;
    min-height: 10em; 
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15em;
    color: white;
    position: relative;  
}

h1, h2, h3 {
    color: #8e44ad;
    font-size: 2.25em;
}
nav {
    background-color: #9b59b6;
    padding: 0.625em;
    text-align: center;
}
nav a {
    color: white;
    text-decoration: none;
    margin: 0 0.9375em;
    font-size: 1.125em;
}
.container {
    display: flex;
    flex: 1;
    margin: 1.25em;
}
aside {
    width: 20%;
    background-color: #ffb6c1;
    padding: 0.9375em;
}
main {
    flex: 1;
    padding: 1.25em;
}
footer {
    background-color: #9b59b6;
    text-align: center;
    padding: 0.625em;
    width: 100%;
}
.search-bar {
    position: absolute;
    top: 1.25em;
    right: 9.375em;
}
.auth-buttons {
    position: absolute;
    top: 1.25em;
    right: 1.25em;
}
.auth-buttons .button {
    background-color: #ff69b4;
    color: white;
    padding: 0.5em 0.9375em;
    border-radius: 0.3125em;
    text-decoration: none;
    margin-left: 0.625em;
}
.social-icons {
    margin-top: 0.625em;
}
.social-icons a {
    display: inline-block;
    margin: 0 0.625em;
    width: 2.5em;
    height: 2.5em;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 2.5em;
    color: #ff69b4;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}
.social-icons a:hover {
    background-color: #ff69b4;
    color: white;
}

aside a {
    display: block;
    color: white;
    text-decoration: none;
    background-color: #ff69b4;
    padding: 0.625em;
    border-radius: 0.625em;
    font-weight: bold;
    text-align: center;
    margin: 0.3125em 0;
    transition: background-color 0.3s, color 0.3s, transform 0.2s;
}

aside a:hover {
    background-color: #f1e2b8;
    color: white;
    transform: scale(1.05);
    text-shadow: 0.0625em 0.0625em 0.125em rgba(0, 0, 0, 0.2);
}

.text-container {
    padding: 1em;
    line-height: 1.6;
    font-size: 1.125em;
    margin: 0 auto;
    max-width: 80%;
}

.text-container p {
    margin-bottom: 1.5em;
}
.hero-header {
  background-image: url('https://www.continentalpress.com/wp-content/uploads/2017/03/girls-in-STEM-blog-image.jpg');
  background-size: cover; 
  height: 5vh; 
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 20px; 
  text-align: center;
  color: white;
  position: relative;
}
.hero-header h1 {
    font-size: 2.5rem;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}
.hero-header h1 {
  font-size: 2.5rem;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}
.contact-section {
    padding: 20px;
    background-color: #fff0f5;
    color: #333;
    border-radius: 10px;
    margin: 20px;
}

.contact-section h2, .contact-section h3 {
    color: #e75480; 
}

.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 10px;
}

.contact-form button {
    background-color: #e75480;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #d63b6c;
}
.auth-body {
    background-color: #FFF8DC;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: 'Segoe UI', sans-serif;
  }
  
  .auth-container {
    background-color: #f9e6ff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    text-align: center;
  }
  
  .auth-container h2 {
    color: #800080;
    margin-bottom: 20px;
  }
  
  .auth-container input {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 12px;
    border: 2px solid #dda0dd;
    border-radius: 10px;
  }
  
  .auth-btn {
    background-color: #FF69B4;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .auth-btn:hover {
    background-color: #ff85c1;
  }
  
  .auth-container a {
    color: #9932CC;
    text-decoration: none;
  }
  .newsletter {
    font-size: 0.95rem;
    margin: 15px 0;
    color: #800080;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  input[type="checkbox"] {
    accent-color: #FF69B4;
    transform: scale(1.2);
  }

  .overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 1000;
  }

  .overlay.show {
    display: block;
  }

  .form-container {
    background-color: white;
    padding: 1.875em; 
    border-radius: 0.5em; 
    box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1); 
    max-width: 37.5em; 
    margin: 2em auto; 
 }

 .mb-3 {
    margin-bottom: 1.25em; 
    width: 60%;
 }

 .form-label {
    font-weight: bold;
    color: #333;
    margin-bottom: 0.3125em; 
 }

 .form-control {
    width: 100%;
    padding: 0.625em; 
    border: 0.0625em solid #ccc; 
    border-radius: 0.25em; 
    font-size: 0.875em; 
 }

 .form-control:focus {
    border-color: #4CAF50;
    outline: none;
 }

 .form-text {
    font-size: 0.75em; 
    color: #777;
 }

 .btn-primary {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 0.625em 1.25em;
    font-size: 1em;
    border-radius: 0.25em; 
    cursor: pointer;
 }

 .btn-primary:hover {
    background-color: #45a049;
 }

 footer {
    background-color: #7E57C2; 
    color: white;
    text-align: center;
    padding: 1.5em 0;
    font-size: 1em;
}

footer p {
    margin: 0.5em 0;
}

footer .social-icons {
    display: flex;
    justify-content: center;
    gap: 1em;
    margin-top: 0.5em;
}

footer .social-icons a {
    color: clear;
    text-decoration: none;
    font-size: 1.2em; 
}

nav-links a{
  text-align: left;
  color: #d63b6c;
}

