#notifications { max-width: 30rem; margin: 1em auto; } .notice, .alert { margin: 0 1em; padding: 1em; border-radius: 1em; } .notice { background: lightblue; } .alert { background: tomato; }