* { box-sizing: border-box; }
p{
  font-size: 1.5em;
  display: inline-block;
  margin: 20px;
}

@media (min-width: 320px){
  p{
    width: 225px;
  }
}

#tahoma {
  font-family: 'tahoma', sans-serif;
  font-size: 1.35em;
}

#cursive{
  font-family: cursive;
}

#Rubik{
  font-family: 'Rubik', sans-serif;
  
}

#Quicksand{
  font-family: 'Quicksand', sans-serif;
  font-size: 1.28em;
}


@font-face {
  font-family: "Chunkfive";
  src: url("Chunkfive.otf");
}
#Chunk{
  font-family: 'Chunkfive', sans-serif;

}

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

#Kaushan{
  font-family: 'KaushanScript-Regular', cursive;
  font-size: 1.35em;
}

#Baloo{
  font-family: 'Baloo Bhai', cursive;
  font-size: 1.25em;
    
}

#Playfair{
  font-family: 'Playfair Display', serif;
  font-size: 1.35em;
}

#Abel{
  font-family: 'Abel', sans-serif;
  font-size: 1.55em;

}

#Karla{
  font-family: 'Karla', sans-serif;
  font-size: 1.55em;
}

section{
  text-align: center;
  padding: 25px;
  margin-bottom: 20px;
  margin-top: 20px;
}

#row0{
  background-color: #a3ffed;
}
#row1{
  background-color: #cfe9ff;
    
}

#row2{
  background-color: #c9fff7;
 

}

#row3{
  background-color: #98f3ff;
}

#row4{
  background-color: #aaffd8;
}