.header {
    color: var(--basalt);
    transition-delay: 1s;
}

.header .logo svg {
    fill: var(--basalt);
}

main {
    padding: 20vh 3.2rem;
}

.rte img {
    margin-bottom: 1em;
    max-height: 80vh;
    object-fit: cover;
    transition: max-height 0.25s linear;
}

.sibling-list {
    position: sticky;
    top: 11rem;
    bottom: 7em;
}

body {
    min-height: 100vh;
}