.instructions {
    background-color: #FFCC99;
    text-align: center;
    padding: 10px 30px 30px 30px;
}

.instructions p:first-child {
    font-size: 1.8em;
}

.instructions p {
    font-size: 1.5em;
}

