.jumbotron {
    min-height: 20rem;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    color: white;
}

.jumbotron h1{
    font-size: 20ch;
}

/* Section Content */

.sec-contact {
    width: 100%;
    min-height: 20rem;
}

.sec-contact h1 {
    font-size: 6ch;
}

.sec-contact a {
    font-size: 2.5ch;
}