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

h1 {
    color: navy;
}

p {
    font-size: 16px;
    line-height: 1.5;
    color: white;
}