.emph {
  color: green;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.max-800 {
  max-width: 800px;
}

div.background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/whiteboard.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: -1;
}

/*# sourceMappingURL=styles.css.map */