body {
        color: black;
        background-color: yellow;
        font-family: verdana, sans-serif;
}

h1 {
        text-align: center;
}
   
p {
	color: yellow;
        background-color: black;
}

pre {
        font-family: courier, monospace;
}

