
 

}
nav{
  color: black;text-decoration-line: none;
}
h1{
  font-family:fantasy;
  font-size: 40px;
  font-display:bold;
  text-align:center;
  color:#C89691;
  text-decoration-line: underline;
}
h2,h3,h4,h5 {
color:#444;
font-size:30px;
text-align: justify;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
p{
color:#444;
font-family: fantasy;
}
body  { 
  background-image: url("john-fowler-1481530-unsplash.jpg");
  background-size:cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position:top center; 
  border-style:;
}






#wrapper{
width: 100%;
max-width: 680px;
margin: 0  auto;
padding : 20px;
}