body {
    font-family: sans-serif;
}

.cards {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.cards__image {
    max-width: 40vw;
}

.page__footer {
    display: flex;
    margin-top: 16px;
    justify-content: center;
}

.page__button {
    font-size: x-large;
    padding: 8px;
    border-radius: 16px;
}

