/* CSS files add styling rules to your content */

body {
  margin: 2em;
}

.hide {
  display: none;
}

.error {
  color: red;
}