h1
{
    color: red;
	margin-left: 650px;
    vertical-align: middle;
	margin-top: -30px;
}
h3
{
    color: blue;
}
p
{
    font-size: x-large;
}
h3
{
    font-size: xx-large;
}
h2
{
    font-size: xx-large;
}
p
{
    font-family: Arial Black;
}
h1
{
    text-align: center;
}

p
{
    text-align: center;
}
h2
{
    text-align: center;
}
body
{
    background-image: url("Romain/background.jpg");
    background-attachment: fixed; 
}
p
{
    color: white;
}
h2
{
    color: white;
}
#logo
{
     margin-left: -15px;
     vertical-align: middle;
	 margin-top: 50px;
}
header 
{
 background-image: url("Romain/header-banner.png");
 
}

