nav ul li a {
    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);
    height: 60px;
}

nav {
    height: 68px;
}

nav a:hover {
    background-color: rgb(145, 171, 231);
}

nav ul li a.active {
    background-color: rgb(145, 171, 231);
    color: white;
}


header {
    background-image: url('../afbeeldingen/Colora-uden-web-14.jpg');
    background-size: cover;
    height: 700px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}


header h1 {
    text-align: center;
}

body {
    margin: 0px;
}

#main-content {
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px;
    height: 205px;
    border-radius: 18px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
    background-color: #f5f5f5;
}

#main-content p {
    width: 60%;
}

#main-content h2 {
    width: 50%;
}

#main-content section img {
    width: 23.3%;
    float: right;
    margin-right: 10%;
}

footer {
    background-color: rgb(124, 156, 230);
    height: 125px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 15px;
    text-align: center;
    padding-top: 15px;
}

footer p {
    color: white;
}

footer li {
    list-style-type: none;
}

article h1 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
}

.color-options {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 20px;
    padding-left: 10%;
}

.color-button {
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}

#interiorImage {
    padding-left: 30%;
}

#section-verf {
    width: 60%;
}