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