.map-body {
    display: flex;
    flex-direction: column;
}

.map-frame {
    background-color: #fff;
    width: 100%;
    flex-grow: 1;
}




/* Fix Discord link size scaling */
@media screen and (max-width: 1020px) {
    .discord-link{font-size:2vw;}
}
@media screen and (max-width: 673px) {
    .discord-link{font-size:3.5vw;}
}
@media screen and (max-width: 600px) {
    .discord-link{font-size:1rem;}
}
