#top-header {
    height: 5rem;
    display: flex;
    align-items:flex-end;
    justify-content: space-between;
    padding: 0 2rem; 
    padding-bottom: 0.5rem;
}

#logo {
    font-family: Roboto Condensed;
    display: flex;
    align-items: flex-end;
}

#logo h1 {
    font-style: italic;
    font-weight: bold; 
    color: var(--clr-blue-dark);
    font-size: 4rem;
    line-height: 4rem;
    opacity: 0.8;
    text-shadow: 3px 3px rgba(0,0,0,0.25);
}

