body {
    min-height: 100vh;
    margin: 0;
    position: relative;
}

.corptheme_anchor {
    text-decoration: none;
}

.corptheme_anchor:hover {
    text-decoration: underline;
}

.corptheme_anchor:active {
    text-decoration: underline;
    outline: dashed 2px rgba(0, 0, 0, .5);
}

.corptheme_logo {
    color: inherit;
    font-size: larger;
    font-weight: bold;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .16);
}

.corptheme_paginate-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

#wpadminbar {
    position: fixed !important;
}