body { 
    margin: 0px; 
    padding: 0px;
    box-sizing: border-box;
    height: 100dvh;
}

p {
    display: inline;
}

#map { 
    height: 90dvh; 
    width: 100%; 
    box-sizing: border-box;
}

nav {
    height: 10dvh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@font-face {
    font-family: 'Minecraft';
    src: url('/assets/fonts/Minecraft.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
  
h1 {
    font-family: 'Minecraft', sans-serif;
    display: inline;
}