* {
    margin: 0;
    box-sizing: border-box;
}

a {
    font-family: Arial, Helvetica, sans-serif;
}

.topnav {
    padding: 60px;
    background-color: #340303;
    color: white;
    display: flex;
    justify-content: space-between;
}

.topnav a {
    text-align: left;
    font-weight: bold;
}

.topnav ul {
    text-align: center;
    width: 200px;
    list-style-type: none;
}

.topnav li {
    display: flex;
    justify-content: space-between;
}

.topnav a:link,
.topnav a:visited {
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: white;
}

.Eerste,
.Tweede {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

.Eerste p,
.Tweede p {
    max-width: 600px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    line-height: 1.5;
}

.Eerste img,
.Tweede img {
    width: 225px;
    height: auto;
    object-fit: contain;
}
