body {
    margin: 0;
    background-image: url("../img/draak.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 110% ;
    background-color: white;
    z-index: -1;
    position: relative;
}

.h52h {
    font-size: 1.39vw;
    margin: 0;
    font-family: "Arial Rounded MT Bold";
    text-decoration: none;
    color: navajowhite;
    text-shadow: 0.14vw 0.14vw 0.14vw rgb(0, 0, 0);
    position: relative;
    float: left;
}

h1 {
    margin: 0;
    font-size: 2vw;
}

h4 {
    margin: 0;
}

h5 {
    margin: 0;
}

.date {
    border-radius: 15vw;
    width: 25%;
    margin: 1% 0 1% 0;
}

.kleur {
    width: 6%;
    height: 6%;
    position: sticky;
    top:0

}

.mail {
    border-radius: 2vw;
    width: 24%;
    text-align: center;
}



.page-container {
    height: 40vw;
    width: 40%;
    margin: auto;
    background-image: url("../img/map1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15%;
    box-sizing: content-box;
    text-align: center;
    filter: brightness(105%);
    opacity: 80%;
}
