div img{
    height: 250px;
    position: relative;
    left: 38%;
    border-radius: 50%;
    margin-top: 100px;
}
body{
    background-color: wheat;
}
.about{
    background-color: black;
    color: white;
    text-align: center;
    font-size: 1.2rem;
    width: 80%;
    margin: auto;
    margin-top: 100px;
    border-radius: 10%;
    
    border: 1px solid white;
}
@media only screen and (max-width:455px){
    body{
        height: auto;
        width: auto;
    }
}