h1, h2, h3, h4, h5, h6 {
    color: dodgerblue;
    font-family: calibri, serif;
}
header{
    background-color: lightgray;
}
h1{
    text-align: center;
    color: dodgerblue;
}
h2{
    text-align: center;
    border-top: dashed 3px red;
    width:85%;
    margin: auto;
    padding-top: 10px;
    margin-top: 10px;
}
body{
    font-family: arial, serif;
    background-color: lightgray;
}
.firstword{
    color: gray;
}
.firstletter{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 150%;
}
blockquote{
    font-weight: bolder;
    font-style: italic;
    text-align: center;
    background-color:lightcyan;
}
em{
    font-size: 115%;
    color:cornflowerblue;
}
#content{
    width:80%;
    margin: auto;
    background-color: white;
    padding: 20px;
}
.lasttext{
    text-align: center;
    padding-bottom: 10px;
}