:root {
}

body > footer {
    margin-top: auto;
}

.application-header {
    padding-top: 16px;
    padding-bottom: 16px;
}

.application-header__logotype {
    font-weight: 700;
}

.application-header__content {
    text-align: right;
}

nav {
    padding-top: 8px;
    padding-bottom: 8px;
}

header nav {
    background-color: #620d3b;
    font-size: 18px;
    color: white;
    font-weight: bold;

    a, a:link, a:visited {
        color: white;
        text-underline-offset: 4px;
        text-decoration-thickness: 2px;
    }

    a:focus {
        color: black;
    }
}

main {
    padding-top: 16px;
}
