body {
    font-family: "Poppins", sans-serif;
    color: #fff;
    ;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

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

.mainbox {
    position: absolute;
    top: 1em;
    padding: 1em;
}

.title {}