body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: white;
    text-align: center;
}


.bigBox {
    width: 100vw;
    /*height: 100vh;*/
    text-align: center;
}


.header {
    background-color: #ddc8b9;
    height: 50vw;
    width: 100vw;
    position: relative;
}

.tostiHolder {
    width: 100vw;
    height: 200vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tostiBox {
    width: 70vw;
    height: 70vw;
    background-color: green;
    margin: 5vw;
    border-radius: 10px;
    text-align: center;
}

.tostiBox2 {
    width: 70vw;
    height: 70vw;
    background-color: yellow;
    margin: 5vw;
    border-radius: 10px;
    text-align: center;
}

.tostiBox3 {
    width: 70vw;
    height: 70vw;
    background-color: orangered;
    margin: 5vw;
    border-radius: 10px;
    text-align: center;
}


.pictureHolder {
    width: 95%;
    height: 60%;
    background-color: green;
    margin: 1vw 1.8vw;
    border-radius: 10px;
    background-image: url('../sintlucas/imgs/samensterk.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pictureHolder2 {
    width: 95%;
    height: 60%;
    background-color: yellow;
    margin: 1vw 1.8vw;
    border-radius: 10px;
    background-image: url('../sintlucas/imgs/zoetensterk.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pictureHolder3 {
    width: 95%;
    height: 60%;
    background-color: orangered;
    margin: 1vw 1.8vw;
    border-radius: 10px;
    background-image: url('../sintlucas/imgs/zonnigeAppel.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.header {
    background-color: #ddc8b9;
    width: 100vw;
    height: 40vw;
    position: relative;
}

.logo {
    height: 30vw;
    width: 55vw;
    border: 1px solid black;
    background-color: red;
    background-image: url('../sintlucas/imgs/logoNaam.png');
    background-size: cover;
    margin-left: 23vw;
}

.bestellingbBox {
    width: 25vw;
    height: 50vw;
    background-color: lightgrey;
    border: 1px solid black;
    position: absolute;
    top: 0;
    text-align: center;
    border-radius: 10px;
}

h2 {
    font-size: 3.4vw;
}

h3 {
    font-size: 2.5vw;
}

h4 {
    font-size: 2.5vw;
    margin-left: 67vw;
    margin-top: -8vw;
}

.header2 {
    width: 100vw;
    height: 10vw;
    background-color: #ddc8b9;
    text-align: center;
    font-size: 4vw;
    padding-top: 1vw;
    box-sizing: border-box;
}

.mascotte {
    width: 30vw;
    height: 30vw;
    position: absolute;
    left: 35vw;
    top: 25vw;
    background-image: url('../sintlucas/imgs/mascotte.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.info-button {
    width: 30vw;
    height: 5vw;
    top: 1vw;
    font-size: 3vw;
    background-color: #ddc8b9;
    background-size: cover;
    border-radius: 50px;
}

.info-box {
    width: 90vw;
    background-color: #ddc8b9;
    margin: 5vw auto;
    padding: 4vw;
    border-radius: 20px;
    font-size: 3vw;
    line-height: 4vw;
    box-sizing: border-box;
}

#container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5vw;
    margin-top: 5vw;
}

#doelen-box,
#doelen-box2,
#doelen-box3 {
    width: 22vw;
    height: 22vw;
    background-color: white;
    border-radius: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Specifieke afbeeldingen */
#doelen-box {
    background-image: url('../sintlucas/imgs/rode_kruis.png');
}
#doelen-box2 {
    background-image: url('../sintlucas/imgs/biologisch.png');
    background-color: #ddc8b9;
}
#doelen-box3 {
    background-image: url('../sintlucas/imgs/img_3.png');
}

p {
    font-size: 3vw;
    line-height: 4.5vw;
}