body{ 
  background-color: black;
}

.container{
  background-color: white;
}

#georgia{
  font-family: georgia, serif;
}

#verdana{
  font-family:verdana, sans-serif;
}

#Roboto{
  font-family:'Roboto', sans-serif;
}

#Bitter{
  font-family:'Bitter', serif;
}

#montserratblack{
  font-family:'montserratblack', sans-serif;
}

#chunkfiveroman{
  font-family:'chunkfiveroman', serif;
}

#Anton{
  font-family: 'Anton', sans-serif;
}

#Arvo{
  font-family: 'Arvo', serif;
}

#alex_brushregular{
  font-family: 'alex_brushregular', cursive;
}

#kaushan_scriptregular{
  font-family: 'kaushan_scriptregular', cursive;
}

p{
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 2px;
}

section{
  padding-top: 80px;
  padding-bottom: 80px;
}

@font-face {
    font-family: 'montserratblack';
    src: url('montserrat-black-webfont.woff2') format('woff2'),
         url('montserrat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'chunkfiveroman';
    src: url('chunkfive-webfont.woff2') format('woff2'),
         url('chunkfive-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alex_brushregular';
    src: url('alexbrush-regular-webfont.woff2') format('woff2'),
         url('alexbrush-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@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;

}

.row:nth-child(odd){
  background-color: rgb(237, 32, 36);
}
