#ar-header {
    height: 25svh;
}

#ar-header svg {
    position: absolute;
    height: auto;
    top: 5svh;
}

#ar-header > svg > text#arheader-upper {
    font-family: "BuckeyeSans2";
    font-weight: 600;
}

#ar-header > svg > text#arheader-lower {
    font-family: "BuckeyeSans2";
    font-weight: 900;
}

@media (min-aspect-ratio: 2/3) {
    #ar-header {
        height: 25svh;
        width: 50%;
        position: fixed;
        left: 0svh;
        top: 0svh;
    }
}