/*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 {
    font-family: 'Sans Serif Collection';
    color: white;
    font-size: 20px;
}