body {
    background-color: #333B60;
    max-height: 100%;
    overflow: hidden;
}
.header{    
background-color: #3A6BA9;
position: relative;
height:100px;
}
.title{
position: absolute;
margin:auto;
left:50%;
top: 20%;
font-size: 40px;
color: white;
}
#over-ons {
    position: absolute;
    top: 0px;
    left: 100px;
    color: white;
    font-size: 35px;
}
.Kyano {
    width: 10%;
    position: relative;
    left: 10%;
    top: 30px;

}
#kyanoImg {
    width: 250%;
    border: 2px solid #312d2d;
    border-radius: 8px;
    padding: 50px 50px;
    border-width: 3px;
    background-color: #585252;
}
#kyanonaam {
    position: relative;
    top: -70px;
    right: -130%;
    color: white;
}
.Justin {
    position: relative;
    display: flex;
    left: 65%;
    top: -450px;

}
#justinImg {
    width: 22.5%;
    border: 2px solid #312d2d;
    border-radius: 8px;
    padding: 55px 50px;
    border-width: 3px;
    background-color: #585252;
}
#justinnaam {
    position: relative;
    top: 300px;
    right: 85%;
    color: white;
}
.Charisa {
    width: 10%;
    position: relative;
    left: 10%;
    top: -400px;

}
#charisaImg {
    width: 250%;
    border: 2px solid #312d2d;
    border-radius: 8px;
    padding: 50px 50px;
    border-width: 3px;
    background-color: #585252;
}
#charisanaam {
    position: relative;
    top: -70px;
    right: -130%;
    color: white;
}
.Mo {
    
    position: relative;
    display: flex;
    left: 65%;
    top: -980px;
    width: 95%;
    height:120%;

}
#moImg {
    width: 25%;
    border: 2px solid #312d2d;
    border-radius: 8px;
    padding: 55px 50px;
    border-width: 3px;
    background-color: #585252;
}
#monaam {
    position: relative;
    top: 290px;
    right: 82%;
    color: white;
}
/*pagina incl html gemaakt door Kyano*/