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

.body1 {
    background-color: white;
}

.body2 {
    background-color: white;
}

.body3 {
    background-color: white;
}

h1 {
    font-size: 8vw;
    color: black;
    font-weight: bold;
}

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

#info-button {
    width: 30vw;
    height: 5vw;
    top: 1vw;
    font-size: 3vw;
    display: flex;
    flex-direction: row;
    background-image: url('../sintlucas/imgs/arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#button{
    width: 15vw;
    height: 5vw;
    top: 1vw;
    font-size: 3vw;
    display: flex;
    background-image: url('../sintlucas/imgs/homeIcon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#button2 {
    width: 15vw;
    height: 5vw;
    top: 1vw;
    font-size: 3vw;
    display: flex;
    background-image: url('../sintlucas/imgs/profile.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bio, .voedselbank, .rodekruis {
    font-size: 4vw;
    color: black;
    font-weight: bold;
    margin: 2vw auto;
    display: block;
    text-align: center;
    max-width: 90%;
}

#container button {
    width: 40vw;
    height: 10vw;
    font-size: 4vw;
    margin-bottom: 2vw;
}

.bio, .voedselbank, .rodekruis {
    font-size: 5vw;
    max-width: 95%;
}

p, li {
    font-size: 4vw;
}

.mascotte {
    width: 20vw;
    height: 20vw;
    margin: 2vw auto;
    transition: transform 0.3s;

}


.mascotte:hover{
    transform: scale(1.1);
    transition: transform 0.3s;
}
.zonnige-appel{
    color: orangered ;
}
.Samen-sterk{
    color: green ;
}
.zoet-en-sterk{
    color: #efef2a;
}