nav ul li p {
    text-decoration: none;
    font-size: 140%;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    font-family: "Anton";
    font-weight: 400;
    font-style: normal;
}

nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 15px 0;
    background-color: rgb(124, 156, 230);
}

nav {
    height: 50px;
    
}

nav p:hover {
    background-color: rgb(145, 171, 231);
}
header {background-image: url('../afbeelding/fotografie-stad-1012812844-1.1920x0.jpg');
    background-size: cover;
    height: 700px;}

header h1 {text-align: center;
padding-top: 50px;
font-family:"Merriweather" ;}

.merriweather-bold {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: normal; }

main section {
padding-right: 10px;
background-color: rgb(124, 156, 230);
padding-bottom: 10px;}

main section p {float: right;
    width: 68%;
}

main section h2 {
    float: right;
    width: 68%;
}

main article p {width: 60%;
float: left;
line-height: 20px;}
main img{
padding: 20px;
}
