.navigation-wrapper {
    display: flex;
    flex-flow: column nowrap;
    flex: 1;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    padding: 4rem;
    padding-top: 6rem;
    padding-bottom: 2rem;
    text-align: center;
    gap: 1rem;
}

.navigation-header {
    margin-bottom: 1rem;
}

.author {
    color: #aaaaaa;
}

.navigation-buttons {
    display: flex;
    flex-flow: column nowrap;
    gap: 0.5rem;
    text-align: center;
    align-items: center;
}

.scsf-image {
    border-radius: 50%;
    width: 8rem;
    margin-top: 1rem;
    border: 5px solid #c6b57c;
}

.instructions {
    text-align: left;
    border: 1px solid var(--primary-text-color);
    border-radius: 10px;
    padding: 1rem;
    max-width: 25rem;
}

.instructions h2 {
    margin-bottom: 0.5rem;
}

.instructions li {
    margin-bottom: 0.5rem;
}