@import url('https://fonts.googleapis.com/css2?family=Baloo+2&family=Quicksand&display=swap');

h1,
h2,
h3 {
    font-family: 'Baloo 2', cursive;
}

#home {
    font-family: 'Baloo 2', cursive;
    background-color: #ff4b4b;
    border-width: 2px;
    border-color: antiquewhite;
    border-radius: 5px;
}

#iniminiXL {
    background-image: url("/images/WebXL_achtergrond.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    font-family: 'Quicksand', sans-serif;
}

#info {
    font-family: 'Baloo 2', cursive;
    background-color: #ffa94b;
    border-width: 2px;
    border-color: antiquewhite;
    border-radius: 5px;
}

#overons {
    font-family: 'Baloo 2', cursive;
    background-color: #ffe94b;
    border-width: 2px;
    border-color: antiquewhite;
    border-radius: 5px;
}

#uurrooster,
th,
td {
    border: 1px solid bisque;
    border-collapse: collapse;
}

th,
td {
    background-color: beige;
}

#medewerkers,
#foto,
#tekst {
    border: 1px hidden;
    border-radius: 20px;
    border-collapse: separate;
}

#fs {
    border-radius: 20px;
    border: 1px hidden;
    border-collapse: separate;
}

#gebouw {
    font-family: 'Baloo 2', cursive;
    background-color: #C0FF72;
    border-width: 2px;
    border-color: antiquewhite;
    border-radius: 5px;
}