.Picture {
    width: 200px;
    height: auto;
 margin-top: 0rem;
 text-align: center;
 margin-left: 23.5rem;

 }
.Picture img{
    border: 2px solid rgb(117, 75, 46);
    border-radius: 1rem;
 }
 

body{
    background-color: rgb(0, 0, 0);
}

img{
    width: 25rem;
    margin: 5rem;
    text-align: center;
    
}

.info{

   min-width: 1000px;
    margin: auto;
    text-align: left;
    border: 2px solid rgb(105, 86, 43);
    box-shadow: 0 2px 10px rgb(102, 77, 37);
    border-radius: 5px;
    padding: 1.5rem;
    max-width: 1000px;
    color: rgb(99, 75, 39);
    background-color: rgb(172, 152, 110);
    margin-bottom: 5rem;
}
.info strong{
    font-weight: bold;
}
.info div{
    margin-bottom: 8px;
}
.profile{
    margin-top: 1rem;
}
