html,body {
    height: calc(100% - 10px);
    width: calc(100% - 10px);
}
#map {
    height: 100%;
    width: 100%;
}
