/* 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');

body {
  
  background-color:#ffffff;
  font-family: "Open Sans", sans-serif;
  padding: 5px 25px;
  font-size: 18px;
  margin: 5px;
  

}

h1 {
  font-family: "Helvetica";
  font-size: 50px;
  color: #7ecfd0;
  
}

h2 {
  color: #7ecfd0;
}

#main{
  width: 90%;
  border: 3px solid green;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 90px;
}

.content{
  
  width: 40%;
  
  padding: 1px;
  
}
          
       
.image{

  width: 60%;
  
  
}

a:link {
  background-color: yellow;
}

a:hover {
  background-color: lightgreen;
}


#wrapper{
  margin:0 auto 0 auto;
  max-width:900px;
 
}

footer{
  
  width:100%;
  height:40px;
  background-color:#7ecfd0;
  padding-top: 10px;
  font-size: 13px;
  
  
}


