/* Fonts from Google Fonts - more at https://fonts.google.com */
body{
  background-color: #aebcbf; 
}

section{
  background-color: white;
  padding: 10px; 
  margin: 20px; 
}

.mono{
  font-family: monospace;
  font-size: 1.3em; 
}

.arial{
  font-family: Arial, sans-serif;
  font-size: 1.3em;
}

.librebaskerville{
  font-family: 'Libre Baskerville', serif;
  font-size: 1.3em;
}

.dancingscript{
  font-family: 'Dancing Script', cursive;
  font-size:2.0em;
}

.abrilfatface {
  font-family: 'Abril Fatface', cursive; 
  font-size:2.0em;
}

.roboto{
  font-family: 'Roboto', sans-serif;
  font-size:2.0em;
}