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



.x {
    font-size: 2em;
    color: red;
    cursor: pointer;
}


#mapContainer {
    margin: auto;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}

.logo {
    position: absolute;
    top: 5px;
    left: 2px;
    width: 50px;
    z-index: 10;
}

.description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid grey;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    top: 1%;
    left: 15%;
    width: 60vw;
    z-index: 10;
}

logo a {
    cursor: pointer;
}


.description {
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid grey;
    border-radius: 5px;
    padding: 5px;
    font-size: .8em;
    position: absolute;
    top: 1%;
    left: 23%;
    width: 55vw;
    z-index: 10;
}


/* footer {
    display: flex;
    justify-content: center;
    font-size: 0.75em;
    color: rgba(95, 95, 95, 0.8);
} */
