/*basisstijl*/

body {
    font-family: tahoma, sans-serif;
    background-color: lightcyan;
    color: black;
    background-image: url(../images/patroon2.png);
    background-attachment: fixed;
}

a:link {
    background-color: inherit;
    color: red;
}

a:visited {
    background-color: inherit;
    color: green;
}

a:hover {
    background-color: red;
    color: #fff;
}

a:active {
    background-color: inherit;
    color: blue;
}

h2 {
    display: flex;
    justify-content: center;
    text-decoration: underline;

}

#container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-content: stretch;
    background-color: white;
}

#navigatie {
    margin: auto;
    width: 980px;
    border: 5px solid #000;
    padding: 50px;
    padding-bottom: 25px;
    padding-top: 25px;
    border-radius: 50px;
    background-color: white;
    color: #000;
    box-shadow: 10px 10px;
    max-width: 980px;
    width: auto;
}

h1 {
    display: flex;
    justify-content: center;
    text-decoration: underline;
    width: auto;
}

section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    max-width: 980px;
    width: auto;
    border: 5px solid #000;
    padding: 50px;
    border-radius: 50px;
    background-color: white;
    color: #000;
    box-shadow: 10px 10px;
}

footer {
    margin-top: 20px;
}

h3 {
    max-width: 980px;
    width: auto;
    display: flex;
    justify-content: center;

}

img {
    max-width: 100%;

}

ul {
    list-style: none;
}
