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

section {
  background-color: white;
  padding: 10px;
  margin: 20px;
  
}
section:nth-child(even){
  background-color: gray;
}
h1{
font-family: 'Indie Flower', cursive;

}

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

.turretroad {
  font-family: 'Turret Road', sans-serif;
  font-size: 1.3em;
}

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

.bebasneue{
  font-family: 'Bebas Neue', cursive;
  font-size: 1.3em;
}

.pacifico{
  font-family: 'Pacifico', cursive;
  font-size: 1.3em;
}

.acme{
font-family: 'Acme', sans-serif;
font-size: 1.3em;

}

.shadows{
  font-family: 'Shadows Into Light', cursive;
  font-size: 1.3em;
}

.teko{
font-family: 'Teko', sans-serif;
font-size: 1.3em;

}