body{
    background-color: aqua;
}
img{
    width: 150%;
    height: 150px;
    border-radius: 50px; 
    width: 200px;
    height: 200px;
    margin-left: 0px;
    margin-right: 0px;
    margin-block: 10px;
}
header{
    background-color: black;
    margin-left:0px;
    color: aliceblue;
    float: left;
}
div{
    float: left;
}
section{
    text-align: justify;
    margin-left: 80px;
    color: blue;
    border: 30px solid white;
    text-align: center;
    font-size: 40px;
    text-shadow: 3px 5px 0PX white;
}

hr{
    margin-left: 60px;
    margin-right: 60px;
}