body, html, header, h1 {
    margin:0px;
    padding:px;
}

body {
    font-family:monospace;
}

header, body, html {
    width:100%;
    height:100%;
    color:white;
}

header {
    background: url("front.jpg") no-repeat center center;
    background-size:cover;
    
}

.wrapper{
    display:table;
    width:100%;
    height:100%;
}

.content{
    display:table-cell;
    text-align:center;
    vertical-align:middle;
}

p {
    font-size: 20px;
}

a
{
text-decoration: none; /* Les liens ne seront plus soulignés */
color: white; /* Les liens seront en rouge au lieu de bleu */
}