body {
    font-family: "Roboto", sans-serif;
    background-color: #E3D5CA;
}

.container {
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
}
.flex {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
}
.over-mij-tekst {
    flex: 2;
    min-width: 300px;
}
.foto {
    flex: 1;
    min-width:250px;
}
.foto img {
    width: 100%;
}
@media (max-width: 800px) {
    .flex {
        flex-direction: column-reverse;
        align-items: center;
    }
    .foto {
        width: 70%;
        align-items: center;
    }
}
section {
    margin-bottom: 80px;
}
p {
    margin-bottom: 25px;
}

h2 {
    text-decoration-line: underline;
    font-size: larger;
    font-weight: 700;
}