header {
    background-color: white;
    display: flex;
    flex-direction: column;
    line-height: 1rem;
    color: black;
    align-items: initial;
    margin: 0;
    padding: 0;
    position: relative;
    height: auto;
    margin-bottom: 0px;
}

header::after {
    height: 0px;
}

header p {
    margin: 0;
}

.header-navigation {
    display: flex;
    flex-direction: row;
    margin: 0.5rem;
    height: initial;
    align-items: center;
}

header > svg {
    position: absolute;
    bottom: -10px;
}

header > svg > path {
    fill: #fdcc2f;
}

.shortcut-icon {
    width: 24px;
    margin-right: 5px;
}

header nav.shortcuts li a:active,
header nav.shortcuts li a:focus,
header nav.shortcuts li a:hover {
    background-color: #dcdcdc;
}
