h2 {
    color: white;
    margin-top: 4vh;
    font-size: 7vh;
    text-decoration: underline;
    text-align: center;
}

.background-div {
    display: inline-block;
    background-color: rgba(74, 63, 49, 0.8);
    border-radius: 10px;
    width: 80%;
    margin-left: 10%;
    margin-top: 4vh;
    padding: 4vh 7vw;
}

.background-div p {
    color: white;
    font-size: 2vw;
    text-align: center;
}

footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #3e1b15;
    color: white;
    text-align: center;
    z-index: 100;
}

main {
    padding-bottom: 50px;
}

@media (max-width: 900px) {
    .background-div p {
        font-size: 3.5vw;
    }
}

@media (max-width: 530px) {
    .background-div p {
        font-size: 4vw;
    }
}