html, body {
    background: #eeeeee;
    color: #212121;
    font-family: system-ui, sans-serif;
    text-align: center;
}

main {
    max-width: 960px;
    margin: auto;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 24px; 
    justify-content: center;
    flex-wrap: wrap;
}

.bento {
    width: 100%;
}
.bento__preview {
    border-radius: 18px;
    border: 1px solid lightgrey;
}

.logo, section, aside, footer {
    margin-top: 64px;
}

footer {
    font-size: 0.8rem;
}

address {
    font-style: normal;
}