/* 
hello code readers
*/

body {
    background-color: blue;
    color: white;
    font-family: "Comic Sans MS";
}

h1{
    text-align: center;
    font-family: "Comic Sans MS";
}
i{
    color: yellow;
}