body{
    margin: 20px;
    color: white;
    background-color: #4a5568;
}

.text-black{
    color: black;
}

.nes-container.with-title>.title{
    background-color: #4a5568;
}

.nes-container{
    margin-top: 20px;
}

.marker {
    background-image: url('mapbox-icon.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

/* press-start-2p-regular - latin */
@font-face {
    font-family: 'Press Start 2P';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/press-start-2p-v14-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/press-start-2p-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/press-start-2p-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/press-start-2p-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/press-start-2p-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/press-start-2p-v14-latin-regular.svg#PressStart2P') format('svg'); /* Legacy iOS */
}
