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

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

#title{
  font-family: cursive;
  font-size: 1.5em;
  color: white;
  background-color: #104A52
}

#coustard{
  font-family: "coustard", sans-serif;
}

#poppins{
  font-family: "poppins", cursive;  
}

#slabo{
  font-family: 'Slabo 27px', serif;
}

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

h1{
  font-size: 2.25em;
  display: inline-block;
}

h2{
  font-size: 3em;
}

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

#lobster{
  font-family: "Lobster_1.3", sans-serif;
}

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

#aileron{
  font-family: "Aileron-Light", sans-serif;
}

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

#row1{
  background-color: #156570;
}
  

#row2{
  background-color: #569CA5;
}

#row3{
  background-color: #69A5AD;
}

#row4{
  background-color: #9CDCE5
}

#row5{
  background-color: #D1FAFF
}

#pacifico{
  font-family: "pacifico", sans-serif;
}

#gothica1{
  font-family: "gothic a1";
}

#cormorant{
  font-family: "cormorant", sans-serif;
}

#josefinsans{
  font-family: "Josefin Sans";
  font-size: 
}