.Header{
    display: flex; 
    justify-content: center; 
    background-color: #c0d7de; 
    flex-direction: column; 
    text-align: center; 
    color: black;

}
.Footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #6a7b82;
    color: black;
    text-align: left;
    height: 40px;
    display: flex;
    align-items: center;
}
.Text{
    text-align: center;
    align-self: center;
    align-items: center;
    max-width: 1000px;
    margin: auto;
    font-size: 125%;   
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: #c0d7de;
}
.Video{
    align-items: center;
    margin: auto;   
    justify-content: center;
    display: flex;
    width: 1000px;
    height: 400px;
}
.Body{
    background-color: #73929F;
    align-items: center;
    margin: auto;   
    justify-content: center;
    flex-direction: column;
    display: flex    
}

.main{
    background-color: #c0d7de;
    width: 70%;
    overflow: hidden;
}

.Over_Ons{
    display: flex;
    gap: 50px;          /* ruimte tussen de foto's */
    align-items: center;
    flex-direction: row;
    justify-content: center;

}
