h2 {
    color: white;
    margin-top: 4vh;
    font-size: 5vw;
    text-decoration: underline;
    text-align: center;
}

.background-div {
    background-color: rgba(74, 63, 49, 0.8);
    border-radius: 10px;
    width: 80%;
    margin-left: 10%;
    margin-top: 4vh;
    padding: 6vh 6vw;
}

.partnership-text {
    color: white;
    font-size: 2vw;
}

.bolt-food {
    display: inline-block;
    border-radius: 3px;
    margin-top: 2vh;
    background-color: rgb(79, 142, 79);
    color: white;
    text-decoration: none;
    padding: 1vh 1.5vw;
    font-size: 3vh;
}

footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #3e1b15;
    color: white;
    text-align: center;
    z-index: 100;
}

@media (max-width: 1023px) {
    .partnership-text {
        font-size: 4vw;
    }
}

@media (max-width: 680px) {
    .bolt-food {
        font-size: 2vh;
    }
}

@media (max-width: 600px) {
    h2 {
        font-size: 8vw;
    }
}