body {
    display: flex;
    flex-direction: column;
    min-height: 98vh;
    overflow: hidden;
    border: 13px solid #0f0e17;
}

#map {
    flex-grow: 1;
    z-index: 3;
}

#overlay{
    position:absolute;
    background: transparent;
}

#header{
    position: absolute;
    background-color: #0f0e17;
    left: 50%;
    transform: translateX(-50%);
    height: 60px;
    border-radius: 0 0 20px 20px;
    width: 240px;
    padding: 4px;
    z-index: 99;
    color: #FFF;
    text-align: center;
}

#footer{

}

.button{
    background-color: #ff8906;
}

h1, h2, h3, h4, h5, h6{
    color: #fffffe;
}
p{
    color: #a7a9be;
}
