body h1 {
    color: red;
    font-style: bold;
    text-align: center;
}
h1 {
    color: green;
}
p {
    color: blue;
    text-align: center;
}
a {
    display: block;
    color:rosybrown;
    text-align: center;
}
body {
    background-color: bisque;
}