body {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

    background-color: #F89B34;
}


.container {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    padding: 1rem;
}

.hero {
    width: 100%;
    min-height: 40vh;
    min-width: 70vw;

    background-image: url("images/snackhoek_hero.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
}

.about {
    text-align: center;
}

.button-about {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.button-about a {
    padding: 0.5rem 1rem;
    border: 1px white solid;

    font-size: 1rem;
    cursor: pointer;
    margin-top: 2rem;
    text-decoration: none;
    color: white;
}

.head-populaire-gerechten {
    text-align: left;
    margin-bottom: 1rem;
}

.head-promo {
    text-align: left;
}

.populaire-gerechten {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}