.title {
    position: absolute;
    top: 45.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.nav-element {
    font-size: 115%;
    font-family: "#OpenSans-SemiBold", "sans-serif";
    display: inline-block;
    min-width: clamp(3.5em, 20vw, 7.5em);
    margin: 0 0.25em 0.5em 0.25em;
}

nav {
    display: inline-block;
}

h1 {
    font-size: min(14vw, var(--content-max-width) * 0.15);
    margin: 0;
    margin-bottom: 0.1em;
}
