html, body {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: #e3e2e8;
    font-weight: bold;
    background-color: #121318; /* Infinite hot black body colour */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.map {
    background-image: url('../public/Minimap.webp');
    background-size:100% 100%;
    aspect-ratio: 1;
    height: 100%;
    width: 100%;
    max-height: 100vw;
    max-width: 100vh;
    position: relative;
    /* #C7A96D rito gold */
}