.special-elite-regular {
    font-family: "Special Elite", serif;
    font-weight: 400;
    font-style: normal;
    color: rgba(240, 191, 57, 0.623) ;
}

.knop{
    background-color: green;
    color: whitesmoke;
    padding: 5px 10px;
    border-radius: 15px;
}

.grijs{
    color: grey;
}

footer{
    margin-top: 50px;
    color: whitesmoke;
    text-align: center;
    padding-block-end: 20px;
}

@media (max-width: 760px){
    
    .klein{
        font-size: 10pt;
    }

    .groter{
        font-size: 12pt;
    }
}