@import url('https://fonts.googleapis.com/css?family=Schoolbell&display=swap');
@import url('https://fonts.googleapis.com/css?family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css?family=Bahianita&display=swap');



body{ background-color:lightgray;}
.container{

    background-color: white;

}

p{ text-align: center;
   font-size: 4em;
   margin-bottom: 2px;
}

section{
   padding-top:100px;
   padding-bottom: 100px;
}

.row:nth-child(odd){
        background-color:yellow;
}

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

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

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

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

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

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


@font-face {
    font-family: 'kaushan_scriptregular';
    src: url('kaushanscript-regular-webfont.woff2') format('woff2'),
         url('kaushanscript-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}






#KaushanScript{
    font-family:kaushan_scriptregular, san-serif;
} 

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

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

#Bahianita{ 
font-family: 'Bahianita', cursive;
}

#Rye{
 font-family: 'Rye', cursive;  
 }   
      
      
