@font-face 
{
font-family: titre; 
src: url('PixelMusketeer.ttf'); 
}
h3
{
font-family: titre;
}
h1
{
font-family: titre;
font-size: 250%;
text-align: center;
}
body
{
background-image: url("fond.jpg");
background-size: cover;
color: white;
}
#divmain
{
display: block;
margin-left: auto;
margin-right: auto;
padding: 30px;
width: 68%;
text-align: center;
background-color: rgba(0,0,0,0.73) ;
border-radius: 40px;
-moz-border-radius: 40px;
border: 12px double black;
}
div
{
display: none;
}