body{
    font-family: cursive;
    margin: 0px;
    padding: 0px;
    width: 100%;

    background-color: black; 
    background-size: cover;
    background-attachment: scroll;
}
h1
{
	text-align: center;
	background-color: red;
	color: white;
}
h2
{
	text-align: center;
	font-family: Verdana;
	color: red;
}
h3
{
	text-decoration: underline;
	color: maroon;
}
h4
{
	color: white;
}
h6
{
	text-align: center;
}
a
{
	color: red;
}