#headerImage
{
    width: 100%;
    height: 60ch;
    background-position: bottom;
    display: flex;
    justify-content: center;
}

#headerImage h2
{
    align-self: center;
    color: var(--gt-white);
    text-shadow: 0px 1px 2px black;
}
