body {
    width: 800px;
    margin: auto;
    font-family: Helvetica, Arial, sans-serif;
}

article p:nth-of-type(1) {
    background-color: rgba(255, 187, 0, 0.226);
}

header, footer {
    color: #ffffff;
    background-color: #000000;
}

footer {
    margin-top: 35px;
}