body {
    background-image: url(/Nicolas_pagina/images/sm64background.png);
    background-position: center;
    background-size: 40%;
    font-family: "Saira", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
}

#game {
    transform: scale(0.9);
    margin: auto;
}

#title {
    display: flex;
    width: 750px;
    height: 90px;
    background-color: yellow;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid black;
    margin-top: -30px;
}

#title p {
    margin: auto;
    font-weight: bold;
    font-size: 50px;
}

#gameboxoutside {
    display: flex;
    width: 750px;
    height: 945px;
    background-color: gray;
    border: 2px solid black;
    margin-left: auto;
    margin-right: auto;
}

#gameboxinside {
    display: flex;
    width: 650px;
    height: 900px;
    margin: auto;
    background-color: black;
    margin-top: 15px;
}

#otherbuttons {
    display: flex;
    width: 750px;
    height: 125px;
    background-color: #2EBA03;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid black;
}

#bottom {
    display: flex;
    height: 7vh;
    width: 23vh;
    gap: 50px;
    margin-top: auto;
    margin-bottom: auto;
}

#terug {
    display: flex;
    height: 50px;
    width: 125px;
    font-size: x-large;
    font-weight: bold;
    border: 2px solid black;
    border-radius: 4ex;
    background-color: #EF473A;
    box-shadow: 0px 3px 15px -4px black;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
}

#terug a {
    color: black;
    margin: auto;
}

#infobox {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
}

#info {
    display: flex;
    height: 70px;
}