p {
    color: salmon;
    text-align: center;
}
h1 {
    color: purple;
    text-align: center;
}
body {
    background-color: firebrick;
}
button {
    color: rebeccapurple;
}