/* 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 {
  
  font-family: "Open Sans", sans-serif;
  background-image:url(BG.jpg);
  
  font: 15px;
  color: dimgray;
}


h2{
  font-family: 'Squada One', cursive;
  color: gray;
  font-size:44px;
}

.biglink{
  font-weight: bold;
  font-size: 17px;
  font-family: verdana, sans-serif;
  color: dimgray;
}

div{
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  text-align:center;
}

.wrapper{
  background-color: white;
 margin-top: 5%;
 
  
  

}







