
img{ 
    width: 30%;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
body{ 
    background-color: rgb(99, 99, 99);
}