body{
    background-color: grey;
}

.container{
    background-color: white;
}

p{
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 2px;
}
section{
    padding-top: 50px;
    padding-bottom: 50px;
}

.row:nth-child(even){
    background-color: #eee;
}
#georgia{
    font-family: Georgia, serif;
}

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

#pt-sans{
    font-family: 'PT Sans', sans-serif;
}

#pt-serif{
    font-family: 'PT Serif', serif;
}

@font-face{
    font-family: gfuzz;
    src: url(green_fuz.otf);
}

@font-face{
    font-family: clutch;
    src: url(clutchee.otf);
}

#gfuzz{
    font-family: gfuzz;
}

#clutch{
    font-family: clutch;
}

#roboto{
    font-family: 'Roboto Condensed', sans-serif;
}

#saira-semi{
    font-family: 'Saira Semi Condensed', sans-serif;
}

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

#pacifico{
    font-family: 'Pacifico', cursive;
}