p {
    color: green;
}
body {
    text-align: center;
    background-color: powderblue;
}
img {
    border: 4px outset darkorchid;
}