@font-face {
    font-family: 'Pixel';
    src: url('ressources/Pixel.ttf');
}
body {
    background: url('ressources/logo-blanc.png') no-repeat center fixed;
    background-size: cover;
    font-family: 'Pixel';
}