.total_amount {
    font-size: 70px;
    font-weight: 600;
    color: #fff;
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.description-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}

section.sponsors {
    background-image: url(../images/bg-tesselate-120.png);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0px 0px 0px;
}

.sponsor_button {
    width: 400px;
    height: 50px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 800;
    margin-top: 6rem;
    color: #fff;
    background-color: #FA2301;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border: none;
    outline: none;
}

.sponsor_button:hover {
    color: #fff;
}

.recruitment_message {
    margin-top: 6rem;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

#loading {
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5) url('../images/loading.gif') 50% 50% no-repeat;
}