img{
    height: 350px;
    width: 500px;
    margin: 0.5em;     
    border-radius: 0.5em;
}
body{
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
button{
    border-radius: 0.5em;
    background-color: lightgray;
    border: none;
    color: black;
    font-weight: bold;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    margin: 5px;
    height: 25px;
    width: auto;
    cursor: pointer;
}
div.buttons{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
h2{
    text-align: center;
    font-family: "Lato", sans-serif;
}