body {
    background-color: black;
}
h1 {
    color: blue;
    text-align: center;
}
h2 {
    color: green;
    text-align: center;
}
p {
    font-family: "Times New Roman";
    font-size: 20px;
}
