.wrapper .sidebar{
    background: rgba(26, 92, 172,);
    position: fixed;
    top: 0;
    left: 0;
    width: 225px;
    height: 100%;
    padding: 20px 0;
    transition: all 0.5s ease;
    
}

.wrapper .sidebar .profile{
    margin-bottom: 30px;
    margin-left: 10px;
    text-align: center;
    
}

.wrapper .sidebar .profile img{
    display: block;
    width: 75%;
    height: auto;
    border-radius: auto;
    margin: 0 auto;
}

.button {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
}

hr { 
    display: block;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 2px;
} 

.wrapper .sidebar .profile p{
    color: rgb(237, 237, 237);
    font-size: 24px auto;
    text-decoration: underline;
    font-weight: bold;
}

.wrapper .sidebar .profile p2{
    color: rgb(237, 237, 237);
    font-size: 24px auto;
    text-decoration: underline;
    font-weight: bold;
}

body {
    font-family: Arial, sans-serif;
    padding: 0;
}

body {
  background-image: linear-gradient(90deg, rgb(0, 68, 151) 30%, rgb(209, 209, 209), rgb(157, 78, 78) );
}

header {
    padding: 20px;
    text-align: center;
    border-radius: 15px;
}

input {
    border-radius: 8px;

}



h2{
    padding: 20px;
    text-align: center;
    margin-left: 256px;
    color: rgb(237, 237, 237);
    
}

.image-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    margin-left: 256px;
    gap: 5px;
    justify-items: center;
}

.image {
    margin: 0px;
    border: 4px solid #ddd;
    border-radius: 7px;
    padding: 0px;
    text-align: left;
    width: 80%;
    background-color: #ddd;
}

.image img {
    max-width: 100%;
    height: auto;
}

footer {
  text-align: center;
  padding: 3px;
  background-image: linear-gradient(90deg, rgb(0, 68, 151) 30%, rgb(209, 209, 209), rgb(157, 78, 78) );
  color: white;
}

