.color_one {
    float: left;
    background-color: lightblue;
    height: 700px;
    width: 100%;
    text-align: center;
}
.color_two {
    float: left;
    background-color: rgb(239, 245, 150);
    height: 700px;
    width: 100%;
    text-align: center;
}
.color_three {
    float: left;
    background-color: #27282c;
    height: 700px;
    width: 100%;
    text-align: center;
}
.color_four {
    float: left;
    background-color: #91bb88;
    height: 700px;
    width: 100%;
    text-align: center;
    color: #ebebe9
}
.color_five {
    float: left;
    background-color: #3a2658;
    height: 700px;
    width: 100%;
    text-align: center;
    color: #f8e7f8;
}
.color_six {
    float: left;
    background-color: #ebb28c;
    height: 700px;
    width: 100%;
    text-align: center;
    color: rgb(37, 37, 37);
}
.color_seven {
    float: left;
    background-color: #33402c;
    height: 700px;
    width: 100%;
    text-align: center;
    color: #a3fbfc;
}
.color_eight {
    float: left;
    background-color: #000;
    height: 700px;
    width: 100%;
    color: #5df43c;
}
.quote_one {
    font-family: 'Calligraffitti', cursive;
    padding-top: 200px;
    font-size: 4em;
}
.quote_two {
    font-family: 'Amatic SC', cursive;
    font-size: 3em;
    padding-top: 180px;
    padding-right: 16%;
}
.quote_three {
    font-family: 'Roboto', sans-serif;
    padding-top: 275px;
    font-size: 2em;
    color: #e0c00f;
}
.quote_four {
    font-family: 'Baloo Thambi 2', cursive;
    padding-top: 275px;
}
.quote_five {
    font-family: 'Lato', sans-serif;
    font-size: 3em;
    padding-top: 275px;
}
.quote_six {
    font-family: 'Bonbon', cursive;
    padding-top: 275px;
    font-size: 20px;
}
.quote_seven {
    font-family: 'Codystar', cursive;
    padding-top: 275px;
}
.quote_eight {
    font-family: 'VT323', monospace;
    padding-top: 17%;
    padding-left: 10%;
}
.author_one {
    font-family: 'Raleway', sans-serif;
    text-align: left;
    padding-left: 20%;
}
.author_two {
    font-family: 'Open Sans', sans-serif;
    padding-right: 16%;
}
.author_three {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #bcbbb8;
    padding-left: 30%;
}
.author_four {
    font-family: 'Roboto', sans-serif;
    padding-left: 200px;
}
.author_five {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;  
}
.author_six {
    font-family: 'Ubuntu', sans-serif;
    font-size: 40px;
}
.author_seven {
    font-family: 'Calligraffitti', cursive;
    padding-right: 24%;
    text-align: right;
    color: rgb(163, 251, 252, .5);
}
.author_eight {
    font-family: 'VT323', monospace;
    font-size: 24px;
    padding-left: 20%;
}



for 1
font-family: 'Raleway', sans-serif;
font-family: 'Calligraffitti', cursive;

for 2
font-family: 'Open Sans', sans-serif;
font-family: 'Amatic SC', cursive;

for 3
font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;

for 4
font-family: 'Baloo Thambi 2', cursive;
font-family: 'Roboto', sans-serif;

for 5
font-family: 'Lato', sans-serif;

for 6
font-family: 'Bonbon', cursive;

for 7
font-family: 'Codystar', cursive;

for 8
font-family: 'Ubuntu', sans-serif;
font-family: 'VT323', monospace;