header {
    position: fixed;
    z-index: 1;
    width: 100%;
    color: #fff;
}

#font-page-overlay-data {
    z-index: 1;
    position: fixed;
    left: 10px;
    bottom: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0px 2px 5px #000F;
    font-family: monospace;
    opacity: 1;
    backdrop-filter: blur(2px);
    padding: 10px;
}

#font-page-overlay-data small{
    font-size: 11px;
}

#front-page-map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #333359;
}

/* Fixes empty margin on top of the front page */
:where(.wp-site-blocks) > * {
    margin-block-start: 0;
}
