

/*  */
/* ABOUT PAGE */
/* */

.AboutPageHeader {
    height: min(80vh, 850px);
    display: grid;
    place-items: center;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    margin: auto;
    text-align: center;
}

.profielFotoLaurens {
    height: 250px;
    width: 250px;
    border-radius: 200px;
}