body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}


header {
    background-color: #dacdcd;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.menu-icon {
    font-size: 24px;
    cursor: pointer;
    margin-right: 20px;
}

.menu-toggle {
    display: none;
}

.dropdown {
    display: none; 
    position: left;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.option {
    padding: 10px;
    cursor: pointer;
}

.option:hover {
    background-color: #f0f0f0; 
}


.menu-toggle:checked + .menu-icon + .dropdown {
    display: block;
}

h1 {
    margin: 0;
    color: rgb(35, 156, 193);
}
body {
    font-family: Arial, sans-serif;
}

.header-link {
    text-decoration: none; 
    color: rgb(53, 171, 201);
    font-weight: bold 
}

.header-link:hover {
    text-decoration: none; 
}
.option {
    padding: 10px;
    cursor: pointer;
    text-decoration: none; 
    color: rgb(46, 158, 218); 
}

.option:hover {
    background-color: #f0f0f0


}
.search-container {
    flex-grow: 1;
    text-align: right;
}

input[type="text"] {
    padding: 10px;
    margin-top: 10px;
}

.img{
    width: 1024px;
    height: 300;
    
}

.horizontal-profile-section {
    display: flex;
    justify-content: space-around;
    padding: 2em;
    text-align: center;
    font-family: Arial, sans-serif;
}

.profile-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 200px;
}

.profile-image {
    width: 150px;
    height: 150px;
    border-radius: 50%; 
    margin-bottom: 1em;
}

.description-box h2 {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

.description-box p {
    font-size: 1em;
    color: #666;
}






footer {
    margin-top: 20px;
}
.container {
    display: inline-block;
    cursor: pointer;
  }
  
  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px ;
    transition: 0.4s;
  }
  
  .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
  }
  .image-section img {
    width: 1024px;
    height: 300px;
  }

