/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

#box {
  background-color: #8A8689 ;
  box-sizing: border-box ;
  padding: 20px ;
  margin: 1vmin, auto;
  max-width: 700px ;
  width: 100% ;
  border-radius: 8px ;
}

img {
  border-radius: 8px ;
  max-width: 400px ;
  width: 40% ;
}


body {
  background-color: white;
  background-image: url("anchor-lee-181406-unsplash.jpg");
  background-size: cover;
  font-family: "Open Sans", sans-serif;
  padding: 2px 20px;
  font-size: 18px;
  color: #121212;
  margin: 0;
}

p {
  text-indent: 25px ;
}

h1 {
  font-family: "Merriweather", serif;
  font-size: 40px;
  padding: 0px;
  color:antiquewhite
}

h2 {
  color: #BF3F8F ;
  
}

h3 {
  color: #262523;
}

#wrapper{
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  background-color: rgba( 220, 230, 230, 0.7);
  padding: 20px; 
}


