body { 
    margin: 0;
    padding: 0; 
}

html {
    font-family: "Lato", sans-serif;
    font-weight: 200;
    font-size: 12px;
    /* color: whitesmoke; */
}

#map { 
    position: absolute; 
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}