html {
    height: 100%
}

.nav {
    display: flex;
    justify-content: center;
    list-style: none;
    text-align: center;
}

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

#mapDiv {
    width: 100%;
    height: 80%;
}

.controlContainer {
    padding: 5px;
}

.controlButton {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 5px;
    padding: 8px;
    font-size: 200% !important;
    color: rgb(255, 251, 0);
    background-color: rgb(93, 132, 214);
    font-weight: bold !important;
}