h1
{
   color:red;
   font-size: 45px;
   text-align: center;
}
h3
{  color:black;
   font-size: 35px;
   text-align: center;
}
p
{  color:black;
   font-size: 15px;
   text-align: center;
   font-align: verdana;
}
body
{
   background-image:url("fond.jpg");
   background-attachment: fixed;
   background-repeat: no-repeat;
   background-position: center;
}
body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;
}
h4
{
   color: black;
   text-align: center;
   font-size: 17px;
}
h2
{
   font-align: Comic Sans MS;
   color: red;
   font-size: 30px;
   text-align: center;
}
h5
{
   color: black;
   text-align: center;
   font-size: 17px;
}
 