/* Main */

html{
    margin:0;
    padding:0;
    height: 100%;
    width: 100%;
}

body{
    margin:0;
    padding:0;
    height: 100%;
    width: 100%;
}

.main{
    margin:0;
    padding:0;
    height: 100%;
    width: 100%;
}

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

.hud{
    position: absolute;
    width: 100%;
    height: 10%;
    bottom:0px;
    left:0px;
    z-index: 1000;
    background-color: white;
}

.arr{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: white;
}