@charset "UTF-8";
body {
	width: 100%;
	height: 100%;
	background: url("3.jpeg");
	background-position: center;
	font-family:Arial,Helvetica, sans-serif;
}
h1 {margin-bottom:0;
    font-family: cursive;
        font-size:300%;
        font-style: italic;
        text-align: center;
        color: #FFFFFF;}
nav {font-weight: bold;
	font-size: 300%;
     text-align: center;}
nav a {text-decoration: none;
	   font-family: cursive;
       color: #800000;
 }
main {color: #FFFFFF;
    font-family: Georgia, "Times New Roman", serif;}
a:hover {
  color: #ff0000;
}
footer {font-family:Georgia,"Times New Roman",serif;
    color: #FFFFFF;    
	font-size:100%;
        font-style: italic;
        text-align:center;
        padding: 2em;}