*{  box-sizing: border-box; }

h1 {
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif
  font-size: 45px;
  font-style:normal;
  color:#243943;
  padding-bottom: 20px;
  padding-top: 10px; 
  
}

h2, h3 {
  font-family:fantasy;
  color:#395455;
  font-size:25px;
}

p{
  font-family:Arial, Helvetica, sans-serif;
font-size:15px;
}
body  { 
  background-image: url("logan-armstrong-1112813-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;
background-color: aliceblue; 
}