body {
    background-image: url("img/STAR.jpg");   
    background-position: center;
    margin:0;
    padding:0;
}

canvas {	
    position: absolute;
    direction: block;
    top:0;
    left:4%;
    right:0;
    margin:auto;
}

div:first-child{
    position: relative;    
	width:24%;
    height:100%;
    
}
div:first-child img{
    margin-bottom: 20%;
}

button {
    background: #000000;
    background-image: -webkit-linear-gradient(top, #000080, #000080);
    background-image: -moz-linear-gradient(top, #000080, #000080);
    background-image: -ms-linear-gradient(top, #000000, #000080);
    background-image: -o-linear-gradient(top, #000080, #000080);
    background-image: linear-gradient(to bottom, #000000, #000000);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;   
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}
button:hover {
    background: #ff0000;
    background-image: -webkit-linear-gradient(top, #ff0000, #c70000);
    background-image: -moz-linear-gradient(top, #ff0000, #c70000);
    background-image: -ms-linear-gradient(top, #ff0000, #c70000); 
    background-image: -o-linear-gradient(top, #ff0000, #c70000); 
    background-image: linear-gradient(to bottom, #ff0000, #c70000);
    text-decoration: none;
}
#timer{    
    color:#ffffff;
    position: absolute;
    width:20%;
    height:30%;
    top:0;
    right:0;
}
h3{   
    font-weight:normal;
    font-size:20pt;  
}
h3,#timer p{
    color:#ffffff;
    font-family: "Arial";
    letter-spacing: 1.5px;
     text-align: center;
}
#chrono{
    font-size:15pt;
}

#timer p{
    font-size:20pt;
}
#fond{
    position:absolute;
    right:1px;
    bottom:1px;
}
#victoire{  
    color:#ffffff;
    top:0;
    z-index:1;
    position: absolute;
    width:100%;
    height:100%;
    background: url("img/win.png")
    background-color:rgba(255, 255, 255, 0.7);   
    text-align: center;
    
}

#victoire p:first-child{
    color:#ffffff;
    font-size:60pt;   
    margin-bottom: 0px;
}

#victoire a {    
    font-size:40pt;
    text-decoration: none;
    color:#ffffff;
    display: block;    
}
#victoire img{
    width:40%;
}
