body{
    margin: 0px;
    background-color: aquamarine;
    display: flex;
    align-items: center;
    flex-direction: column;
}
body img{
    height: 500px;
    width: auto;
}