html, body {
	margin: 0;
	padding: 0;
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Kalam', cursive;
    font-size: 24px;
    background: #4d4234 url(../img/ui/stretchground.jpg) 0 0 repeat-x;
    overflow:hidden;
}

body * {
    box-sizing: border-box;
    user-select: none;
}
.material-symbols-outlined {
    font-weight: 400 !important;
}

#viewport {
    position: fixed;
    top: 0;
    left: 50%;
    width: 2135px;
    height: 1200px;
    transform-origin: top left;
    background-repeat: no-repeat;
    transform: translateX(-50%);
    z-index: 10;
}

h1, h2, h3, h4 {
    margin: 0;
    font-weight: normal;
}

main {
    height: 1200px;
    width: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 5;
}

main ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#map-border {
    height: 100vh;
    width: auto;
    position: absolute;
    z-index: 4;
    left: 50%;
    transform: translateX(-50%) scale(1.181);
    margin-left: -2px;
}
  
  