/* Fonts from Google Fonts - more at https://fonts.google.com */
body{
  background-color:#aebcbf;
  font-family: 'Montserrat', sans-serif; 
}

.montserrat{
  font-family: 'Montserrat', sans-serif;
  font-size:1.0em;
}


#wrapper{

  max-width: 800px;
  margin: auto;
  width: 100%
}


.gfx{
  width: 100% 
}


section{
  margin-top: 10vh;  
}

nav{
 position: fixed;
 left: 0px;
 top: 2px;
 line-height:2.0em;
}

nav a{
  text-decoration: none; 
  color: black 
  background-color: white;
  
}



