/* 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 {
  background-color:#e9e4;
}
#wrapper{width: 100%;
max-width:800px;
margin: 0 auto}

section {
  padding:20px;
  margin:20px
}
section:nth-child(even){
  background-color:#f5acdc;
}

h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;
  text-align:center
}

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

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

.nothing {font-family:'Nothing You Could Do', cursive;
  font-size: 1.3em;}

.cute {font-family: 'Cute Font', cursive;
font-size:2em}

.cardo {font-family: 'Cardo', serif;
  font-size: 1.3em }
.barriecito {font-family: 'Barriecito', cursive;
  font-size: 1.3em}

.lilita {font-family: 'Lilita One', cursive;font-size: 1.3em}

.indie {font-family: 'Indie Flower', cursive; font-size: 1.3em}
.dancing {font-family: 'Dancing Script', cursive;font-size: 1.9em}

.goshi {font-family: 'Gochi Hand', cursive;font-size: 1.9em}