img{
    width: 200px;
    height: 200px;
    object-fit: cover; /* */
    object-position: top;
}


.avatar{
    width: 300px;
    height: 400px;

}

#profile-photo{
    width: 600px;
    height: 800px;

}

h1{
    color: blue;
    position: static;
    top: 0px;
}