body {
    background-color: black;
}
h1 {
    color: yellow;
    text-align: center;
    font-size: 25px;
}
p {
    color: red;
}
p2 {
    font-size: 25px;
    color: red;
}