main {
    margin-top: 120px;
    padding: 20px;
}

#overonsheader,
#leeronskennen {
font-family: 'GoldFont';
font-weight: normal;
font-size: 38px;
text-align: center;
}

.overons-naam {
    font-family: 'BirdFont';
    font-weight: lighter;
    font-size: 38px;
    margin: 35px 30px 5px;
}

.tekst-overons h2 {
font-family: 'BirdFont';
font-weight: lighter;
font-size: 38px;
margin: 35px 30px 5px;
}

.tekst-overons p {
font-family: 'BakerFont';
font-weight: regular;
padding-top: 10px;
font-size: 20px;
margin: 20px 30px;
}

.tekst-overons {
width: 55%;
}

.geschiedenis-overons {
display: flex; 
flex-wrap: nowrap; 
align-items: flex-start; 
justify-content: space-between; 
background-color: #fdfaf2; 
margin: 50px 100px; 
gap: 20px; 
}

.tekst-overons {
width: 70%; 
}

.tekst-overons:nth-of-type(2) {
margin-right: 20px;
}

.napels-flex-container {
width: 40%;
display: flex; 
justify-content: flex-end; 
}

.napels-flex-container img {
max-width: 100%; 
height: auto; 
margin: 40px;
}

.profiel-container {
display: flex;
flex-direction: row;
justify-content: center;
height: 700px;
gap: 50px;
margin: 30px 100px 50px;
}

.onzepassie-overons {
display: flex; 
flex-wrap: nowrap; 
align-items: flex-start; 
justify-content: space-between;
background-color: #fdfaf2; 
margin: 50px 95px; 
gap: 20px; 
}


.onzepassie-flex-container {
width: 40%; 
display: flex; 
justify-content: flex-start; 
}

.onzepassie-flex-container img {
max-width: 100%; 
height: auto; 
margin: 40px;
}

.profiel-tekst {
width: 90%;
font-family: 'BakerFont';
font-weight: regular;
padding-top: 10px;
font-size: 20px;
margin: 20px 30px;
}

.mario-profiel {
background-color: #fdfaf2;
margin: 40px;
max-width: 450px;
}

.luigi-profiel {
background-color: #fdfaf2;
margin: 40px;
max-width: 450px;
}