.container{
max-width: 800px;
}
.profile{
display: flex;
align-items: center;
border:1px solid rgba(0,0,0,.1);
padding:5px;
gap:30px;
}

.profile img{
    width:100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}