/*$sage: rgba(202, 202, 170, 1);*/
/*$sunset: rgba(238, 197, 132, 1);*/
/*$tan: rgba(200, 171, 131, 1);*/
/*$dark-cyan: rgba(85, 134, 140, 1);*/
/*$rose-taupe: rgba(127, 99, 110, 1);*/
.kleur1 {
    background-color: rgba(202, 202, 170, 1);
}

.kleur2 {
    background-color: white;
    /*op deze manier verklein je het logo tot een maximale grootte*/

.logo{
max-width: 30px;
}