a {
text-decoration: none;
}
#cliquez {
text-align: centerleft; 
font-family: Arial; 
font-size: 20pt; 
color: white; 
font-weight: bold;
}
#coup {
position: absolute; bottom:5px; left:20px;
font-family: Arial; 
font-size: 20pt; 
color: white; 
font-weight: bold;
}
#point {
position: absolute; bottom:5px; right:20px;
font-family: Arial; 
font-size: 20pt; 
color: white; 
font-weight: bold;
}
input[type="submit"]
{
font-size: 28px;
margin: 0 auto;
}
#quitter {
font-family: Arial;
font-size: 32px; color: black; 
font-weight: bold; background-color: white;
}
@media all and (max-device-width: 480px)
{
input[type="submit"]
{
font-size: 64px;
margin: 0 auto;
}
#quitter {
font-family: Arial;
font-size: 64px; color: black; 
font-weight: bold; background-color: white;
}
}