html
{
    background-color: black;
}

body
{
    background-color: gray;
    text-align: center;
}


img
{
    max-width: 40%;
    border-radius: 5px;   
}

div
{
    display: flex;
    justify-content: space-around;
}