#life {
    background-color: rgb(63, 65, 68);
}

.sticky-side {
    position: sticky;
    top: 3em;
    padding: 0;
    border: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: left;
    overflow: scroll;
}

#page-title {
    font-size: 1.7em;
    font-weight: bold;
}

#page-slogan {
    font-size: 1.2em;
    font-weight: bold;
}

.nav-list {
    list-style: none;
    padding: 0;
    font-size: 1.3em;
}

.nav-list a {
    color: rgb(38, 44, 133);
    text-decoration: none;
    font-size: 1.2em;
}

#page-title,
#page-slogan,
.nav-list {
    padding: 1rem;
    border: 0;
    margin: 0;
    margin-left: 2rem; 
}

