*{ box-sizing: border-box;}

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

body{
  
  background-color: black;
}


h1{
  font-family: 'Audiowide', cursive;
  text-align: center;
  text-decoration: underline;
  color: white
  }

p{ 

font-size: 1.5em;
  display: inline-block;
  margin: 15px;
  width: 200px;
  
}

#lobster{
  font-family: 'Lobster', cursive;
}

#rightous{
  font-family: 'Righteous', cursive;
  }
  


#shadows{font-family: 'Shadows Into Light', cursive;}



#indie{font-family: 'Indie Flower', cursive;}


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

#frente{
  
  font-family: frente,sans-serif;
  
}

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


#nor{
  
  font-family: norwester,sans-serif;
  
}

#chewy{
  
  font-family: 'Chewy', cursive;
}

#playball{
  
  font-family: 'Playball', cursive;
}




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



#row1{
 background-color:deepskyblue;
  }


#row2{
  background-color:darkseagreen;
}


#row3{
  background-color:peru;
}

#row4{
  
  background-color: crimson;
}

#row5{

  background-color: crimson;
}





