body {
    background-image: url(/Nicolas_pagina/images/testbackground2.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: gray;
    width: auto;
    margin: auto;
    height: 100px;
    border: 2px solid black;
    border-radius: 20px;
}

#title {
    display: flex;
    margin: auto;
    height: 75px;
    width: 300px;
    background-color: #F4EEEA;
    font-size: larger;
    border-radius: 10px;
    border: 3px solid black;
    text-align: center;
    font-weight: bold;
}

#title p {
    margin: auto;
}

#hr {
    border-color: black;
}

#modellencontainer {
    width: 1250px;
    height: 950px;
    margin: auto;
}

#modellenbox {
    display: block;
    background-color: #F4EEEA;
    width: 700px;
    height: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    border: 2px solid black;
}

#titlebox {
    display: flex;
    background-color: yellow;
    width: 700px;
    height: 120px;
    border-bottom: 2px solid black;
    font-weight: bold;
}

#titlebox p {
    margin: auto;
    font-size: xx-large;
}

#insidebox {
    display: block;
    background-color: black;
    border: 3px solid black;
    width: 630px;
    height: 790px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    background-image: url(/Nicolas_pagina/images/sm64background.png);
    background-position: center;
    background-size: 300px;
}

#naamcharacter {
    display: flex;
    background-color: #EF473A;
    width: 300px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border: 2px solid black;
}

#naamtext {
    margin: auto;
    font-size: x-large;
}

#imginsidebox {
    display: flex;
    height: 700px;
}

#imginside {
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}

#imginside img {
    height: 400px;
}

#next {
    display: flex;
    height: 50px;
    width: 50px;
    font-weight: bold;
    border: 1px solid black;
    border-radius: 100%;
}

#button {
    display: flex;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: 130px;
    margin-top: -75px;
}

#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: -0.58vh;
    font-size: x-large;
    box-shadow: 0px 3px 15px -4px black;
}

#terug p {
    margin: auto;
}