h1{
  font-family: 'Notable', sans-serif;
  font-size:5em;
  text-align:center;
}

body{
  Background-color: #b0c0f5;
}

section:nth-child(even){
  background-color: white;
  padding: 10px;
  margin: 25px;
}

section:nth-child(odd){
  background-color: lightgray;
  padding: 10px;
  margin: 25px;
}

.mono {
  font-family: "Courier New", monospace;
  font-size: 1.3em;
}

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

.ale {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 1.3em;
}

.anton {
  font-family: 'Anton', sans-serif;
  font-size: 1.3em;
}

.abril {
  font-family: 'Abril Fatface', cursive;
  font-size: 1.3em;
}

.econ {
  font-family: 'Economica', sans-serif;
  font-size: 1.3em;
}

.unica {
  font-family: 'Unica One', cursive;
  font-size: 1.3em;
}

.baloo {
  font-family: 'Baloo', sans-serif;
  font-size: 1.3em;
}

.julius {
  font-family: 'Julius Sans One', sans-serif;
  font-size: 1.3em;
}

.fugaz {
  font-family: 'Fugaz One', cursive;
  font-size: 1.3em;
}

.dark {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 1.3em;
}

@font-face {
  font-family: "GrandHotel";
  src: url("GrandHotel.otf");
}

.grand {
  font-family: "GrandHotel";
  font-size: 2em
}

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

#wrapper {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}