    /*background*/
body {
    font-family: 'Microsoft Sans Serif';
    background-color: darkslategrey;
}

    /*web content*/
h1{
    color: cornflowerblue;
    text-align: left;
}
h2{
    text-align: left;
}
h3{
    color: white;
    text-align: left;
}
p {
    color: white;
    font-size: 20px;
}