/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06-Sep-2019, 09:49:00
    Author     : maertensj
*/

* {
    background-color: #2C2F33;
    color: white;
}

h1 {
    text-align: center;
}

h1 {
    font-size: 40px;
}

.theme {
    text-align: left;
}

.normal {
    text-align: center;
    font-size: 20px;
}

.resto {
    width: 150px;
}

.exo {
    width: 300px;
	height: auto;
}

.exo1 {
    width: 150px;
	height: auto;
}

h2 {
    text-align: center;
    color: #E82D38;
}

#copyrighttext {
    text-align: center;
    bottom: 0px;
}

