head{
    font-family: monospace;
    color: cornsilk;
    text-align: center;
}
body {
    background-color:azure;
    background-size: cover;
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-size: small;
    text-align: center;
}
h1 {
    border-bottom: thin dotted #888888;
    color: azure;
    font-family: 'Emblema One', cursive;
    font-size: 220%;
}
ol{
    text-align: left;
}
p{
    text-align: left;
    
}
h2 {
    border-bottom: thin dotted #888888;
    color: #cc6600;
    font-family: 'Snowburst One', cursive;
    font-size: 130%;
    font-weight: normal;
}
ul{
    text-align: left;
}
blockquote {
    font-style: italic;
}
