.ul-navbar li:nth-child(1) a{
    border-bottom: white solid 3px;
    opacity: 0.8;
}





#link {
    color: #003780;
}
#link:hover {
    color: #FFFFFF;
}

.span-large {
    font-size: 24px;
}
.span-small {
    font-size: 12px;
}

.down-wrapper {
    max-width: 100%;
    height: 100px;

    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}
.down-wrapper p {
    font-size: 25px;
    color: #FFFFFF;

    grid-row: 1;
    grid-column: 2;

    justify-self: center;
    align-self: center;
}
.down-wrapper img {
    grid-row: 2;
    grid-column: 2;

    justify-self: center;
    align-self: center;

    max-height: 75%;
    max-width: 75%;
}