

body {
    background-color: aliceblue;
}

h1 {
    color: black;
}

p {
    color: black;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif
}