#code-of-honor { max-width: 16em; margin: 1em auto; padding: 1em; color: white; border-radius: 1rem; } #code-of-honor.accepted { background-color: forestgreen; } #code-of-honor.rejected { background-color: firebrick; }