body {
    background-color: black;
    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;
    background-color: black;
}

a {
    color: black;
}

#map {
    display: flex;
    width: 75vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5vh;
    transform: scale(1.1);
    border: 4px solid white;
    background-image: url(/Nicolas_pagina/images/sm64background.png);
}

#map img {
    width: 75vw;
}

#terugbox {
    width: 125px;
    height: 50px;
    margin-top: 6.9vh;
}

#terug {
    display: flex;
    height: 50px;
    width: 125px;
    font-weight: bold;
    background-color: #EF473A;
    border: 2px black solid;
    border-radius: 4ex;
    font-size: x-large;
    box-shadow: 0px 3px 15px -4px black;
}

#terug p {
    margin: auto;
}