main {
    background: linear-gradient(to top, #0a0a0a, #121212);
    min-height: calc(100vh - 70px);
    margin: 0;

}

.breedte {
    width: 90%;
    margin: 0 auto;
}

.rodestreep {
    margin-top: 0;
    padding-top: 150px;
    color: #d92027;
    font-family: Inter, sans-serif;
    font-weight: bolder;
    display: flex;
    justify-content: flex-start;
}

.rodestreep span {
    display: inline;
    width: 50px;
    height: 4px;
    background-color: #d92027;
    margin: auto 5px auto 0;
}

h1 {
    margin: 0;
    font-family: 'Antonio', sans-serif;
    font-weight: bold;
    font-size: 3em;
    color: #d92027;
    line-height: 0.95;
}

h1.kleiner {
    font-size: 2.4em;
}

h1 span {
    color: white;
}

#maintekst, .championship p, #whyp, .reason p, #readyToRaceP {
    color: #9D9D9D;
    font-family: Inter, sans-serif;
    font-size: 1.25em;
    line-height: 1.2;
    width: 100%
}

#mainknoppen, .knop, #readyToRace a {
    font-family: 'Antonio', sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px
}

#mainknoppen a, .knop, #readyToRace a {
    color: white;
    font-size: 1.3em;
    padding: 10px;
    width: 175px;
    margin: 0;
    transform: skewX(-15deg);
    background: #d92027;
    border-radius: 4px;
    transition: 0.3s;
    white-space: nowrap;
}

#mainknoppen a:last-child {
    background: none;
    border: #9D9D9D 1px solid;
}

#mainknoppen a:hover, #readyToRace a {
    transform: scale(1.15) skewX(-15deg);
}

.devider {
    width: 100%;
    display: block;
    padding: 0;
    margin: -10px 0;
    line-height: 0;
}

section {
    margin: 0;
    padding: 0;
    background-color: #0A0A0A;
    height: auto;
}

.championships, .reasons {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.championship, .reason {
    border: #2C2C2C 1px solid;
    background-color: #101010;
    height: 200px;
    width: calc(100% - 40px);
    padding: 0 20px;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.championship h1, .reason h1 {
    color: white;
    font-size: 2em;
}

.championship:first-child, .reason:first-child {
    margin-top: 50px;
}

.championship img, .reason img {
    width: 30px;
    padding: 10px;
    margin-bottom: 10px;
}

#blauw {
    background-color: #3b82f6;
}

#groen {
    background-color: #22c55e;
}

#rood {
    background-color: red;
}

.championship:hover {
    border-color: red;
}

.whyJoin {
    background-color: #121212;
}

.reasons {
    gap: 10px;
}

.reason p {
    font-size: 1em;
}

#readyToRace {
    width: 90%;
    padding: 50px 5%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#readyToRace img {
    width: 80px;
    margin-bottom: 20px;
}

#readyToRaceP, #readyToRace a {
    text-align: center;
}

#timer {
    margin: -10px 0 10px 0;
    font-size: 1.2em;
    color: white;
    font-family: Inter, sans-serif;
    font-weight: bolder;
    display: flex;
    justify-content: flex-start;
}

#timer span {
    margin-left: -5px;
}

#timer span:first-child {
    margin-left: 0;
}



@media (min-width: 768px) {
    #maintekst {
        width: 40%
    }

    .breedte {
        width: 75%;
    }

    .rodestreep {
        font-size: 1.25em;
    }

    .rodestreep span {
        width: 100px;
        height: 6px;
    }

    h1 {
        font-size: 6em;
    }

    h1.kleiner {
        font-size: 3em;
    }

    #mainknoppen a {
        font-size: 1.8em;
        width: 250px
    }

    #mainknoppen {
        flex-direction: row;
        margin-top: 30px;
    }

    .championships {
        flex-direction: row;
        align-content: center;
        margin-top: 50px;
        padding-bottom: 100px;
    }

    .championship:first-child, .reason:first-child {
        margin-top: 10px;
    }

    .championship {
        width: calc(30% - 40px);
    }

    #readyToRaceP {
        width: 40%;
    }

    #timer {
        font-size: 1.5em;
        margin: -10px 0;
    }

    #timer span {
        margin-left: -10px;
    }

}

@media (min-width: 1500px) {
    .whyJoin .breedte, .reasons {
        display: grid;
        grid-template-columns: auto auto;
        grid-column-gap: 40px;
        margin: auto;
    }

    .reason {
        width: 300px;
    }

    .whyJoin {
        padding: 100px 0;
    }

    .whyJoin p.rodestreep {
        padding-top: 0;
    }

    .whyJoin .breedte div:first-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}