body{
    display: flex;
    flex-direction: column;

    align-items: center;
}
body > *{
    max-width: 550px;
}


.card{
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border: solid black 2px;
    padding: 20px;
    max-width: 400px;
    margin-bottom: 40px;
}
.card img{
    width: 100%;
    height: 180px;
}
