
body {
margin: 40px 60px;
margin-top: 80px;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
color: white;
 background-image: url("images/wood.jpg");
 background-color: black;
 height: 800px; 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
}

h1 { 
font-family: 'Londrina Solid', cursive; 
letter-spacing: .2em;
font-size: xx-large;
}

h2 { 
font-family: sans-serif;
font-weight: bold; }

a:link { 
  color: white; 
}
  a:visited {
    color: blue;  
}

a:hover { 
color:rgb(0,75,255);
}

a:active { 
color: #35DB24
}

