body{
    background: rgb(90, 82, 92);
    color: black;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        margin: 0;
        height: 100%; 
        overflow: hidden;
        #homeBackground/mp4{
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: -9999;
            opacity: 65;
            
}
}
/* button{
    position: absolute;
    left: -15%;
    height: 25%;
    width: 25%;
} */
.neushoornknop{
    position: absolute;
    left: 20%;
    top: 18%;
    height: 25%;
    width: 15%;
    border-radius: 50%;
}
.neushoornplaatje{
    position: absolute;

    left: -25%;
    height: 110%;
    width: 150%;
}

.Leeuwenknop{
    position: absolute;
    left: 65%;
    top: 18%;
    height: 25%;
    width: 15%;
    border-radius: 50%;
}
.leeuwenplaatje{
    position: absolute;
    top: -60%;
    left: -70%;
    height: 220%;
    width: 220%;
}

.girafknop{
    position: absolute;
    left: 63%;
    top: 63%;
    height: 25%;
    width: 15%;
    border-radius: 50%;
}
.girafplaatje{
    position: absolute;
    top: -5%;
    left: -25%;
    height: 110%;
    width: 150%;
}

.vogelknop{
    position: absolute;
    left: 20%;
    top: 63%;
    height: 25%;
    width: 15%;
    border-radius: 50%;
}
.vogelplaatje{
    position: absolute;
    top: -10%;
    left: -44%;
    height: 130%;
    width: 165%;
}

.returnbutton{
    position: absolute;
    left: 5%;
    top: 5%;
    height: 25%;
    width: 15%;
    border-radius: 50%;
}
.returnplaatje{
    position: absolute;
    top: -48%;
    left: -42%;
    height: 190%;
    width: 186%;
}

img{
position: absolute;
left: 24%;
top: -5%;
}

h1{
    color: rgb(7, 255, 152);
    
}
li{
color: blue;
}
button{
    color: crimson;
    background-color: chocolate;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    margin: 4px;
     border-radius: 2px;
     position: fixed;
     transform: translateX(400);
     transform: translatey(800);
     z-index: 2;

}
div{
    position: absolute;
    font-size: 100px;
padding: 20px 20%;
top: 32%;
left: 23%;
z-index: 2;
}
section{
background: white;
padding: 20px 20%;
z-index: 2;
}
footer{
background: green;
padding: 20px 20%;
z-index: 2;
}

.map_background
{
    z-index: 1;
}