@import url('https://fonts.googleapis.com/css?family=Silkscreen');

html {
   background-color: rgb(0,0,0);
}

body {
   margin-top: 7%;
   font-family: 'Silkscreen',sans-serif;
}

#center {
   text-align: center
}
.naam {
   font-size: 800%;
   font-weight: bold;
}

.paars {
   color: rgb(102,0,102);
}

.grijs {
   color: grey;
}

.latijn {
   margin-top: 5%;
   font-size: 250%;
   color: rgb(45,45,36);
}
