body {
    background-color: #dbc9b2;
    font-family: 'Georgia', serif;
    margin: 0;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {
    border: 4px solid #3b2f23;
    padding: 2rem;
    max-width: 500px;
    background-color: #f0d3af;
    text-align: center;
}

h1 {
    font-size: 2rem;
    margin-bottom: 0.8rem;
    color: #473420;
}

h2 {
    font-size: 2rem;
    margin: 0.5rem 0 1.5rem;
    line-height: 1.2;
    color: #4e3114;
}

.image img {
    width: 200px;
    margin: 1rem 0;
}

p {
    font-size: 1.4rem;
    color: #473420;
    margin-bottom: 1rem;
    line-height: 1.8;
}


@media (min-width: 800px) {
    .menu-board {
        margin-top: 35px;
    }

}