header {
    background-color: rgba(105, 105, 105, 0.323);
    padding: 25px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.imagecaption {
    text-align: center;
    font-size: 20px;
    color: black;
}

body {
    background-image: url(../images/cover.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.image {
    height: 400px;
    width: 400px;
    margin-right: 205px;
}

.batje {
    text-align: center;
    font-size: 20px;
    color: black;
    margin-left: 300px;
}

@font-face {
    font-family: 'my-bright-font';
    src: url(ttf/Stardew_valley.ttf);
}

header {
    font-family: my-bright-font;
}

.laatste {
    color: white;
    text-decoration: underline;
    text-shadow: 2px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    float: left;
}

a {
    font-size: 125%;
    font-weight: bold;
    margin-right: 35px;
}