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

h1 {
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 80px;
}

p {
    color: gray;
    font-size: 20px;
}