@import url('//fonts.googleapis.com/css?family=Inter');
/* @import url('//fonts.googleapis.com/css?family=Roboto');*/

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    /* font-family: Inter, Roboto, Arial, sans-serif; */
    font-family: Inter, Roboto, Arial, sans-serif;
}

#header {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    /* background-color: white; */
    color: #2487ce;
    padding: 10px;
    /* border-radius: 5px; */
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); */
    text-align: center;
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}

#map {
    height: 100%;
    width: 100%;
}

#control {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

#toggle-view,
#toggle-of {
    padding: 10px;
    font-size: 16px;
}