@font-face {
    font-family: Raillinc;
    src: url(../fonts/Raillinc.otf);
}


body {
    background: url("../img/students.jpg");
    width: 100%;
    text-align: center;
}


h1 {
    font-family: Raillinc;
    font-size: 3em;
    color: pink;
}

span.naam {
    font-family: Raillinc;
    font-size: 2em;
    color: white;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a:link {
    color: white;
    text-decoration: none;
}

div {
width: 100%;
font-family: Raillinc;
font-size: 0.8em;
color:lightskyblue;
margin: 0 auto;
text-align: center;
}

li {
    font-family: Raillinc;
    font-size: 1.5em;
    color: white;
}

table#main, td, th {
    border: 1px solid white;
    margin: 0 auto;
    font-family: Raillinc;
    font-size: 1em;
    color: lightgrey;
    padding: 5px;
    text-align: center;
}

td.geslaagd {
    background-color: green;
    color: white;
}

td.nietgeslaagd {
    background-color: red;
    color: black;
}

caption {
    font-family: Raillinc;
    color: lightskyblue;
    font-size: 3em;
}
