body {
    background-image: url(/Nicolas_pagina/images/backgroundbobomb.png);
    background-position: center;
    background-size: cover;
    font-family: "Saira", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
}

a {
    color: black;
}

#top {
    display: flex;
    background-color: #FFC481;
    width: auto;
    margin: auto;
    height: 100px;
    border: 2px solid black;
    border-radius: 20px;
}

#title {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    height: 75px;
    width: 300px;
    background-color: #F4EEEA;
    font-size: larger;
    border-radius: 10px;
    border: 3px solid black;
    text-align: center;
    font-weight: bold;
    margin-top: auto;
    margin-bottom: auto;
}

#title p {
    margin: auto;
}

#kern {
    justify-content: center;
}

#achtergrondbox {
    display: flex;
    width: 750px;
    margin: auto;
    margin-top: 2vh;
    background-color: #FFC481;
}

#achtergrondbox img {
    display: flex;
    height: 750px;
    width: 750px;
}

#infobox {
    display: flex;
    background-color: white;
    width: 550px;
    height: fit-content;
    border: 2px solid black;
    border-radius: 4ex;
    text-align: center;

    margin: auto;
    margin-top: 2vh;
}

#infobox p {
    margin: auto;
    margin-top: 5px;
}

#infobox p {
    padding: 15px;
}

#terugbox {
    width: 125px;
}

#terug {
    display: flex;
    height: 50px;
    width: 125px;
    font-weight: bold;
    background-color: #EF473A;
    border: 2px black solid;
    border-radius: 4ex;
    margin-top: 150px;
    font-size: x-large;
    box-shadow: 0px 3px 15px -4px black;
    margin-top: 7.4vh;
}

#terug p {
    margin: auto;
}