body {
  color: #283040;
  font-family: "Quicksand", sans-serif;
}

a {
  color: #2D65CC;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: dotted underline;
}

em {
  font-weight: bold;
  font-style: normal;
}

.container {
  max-width: 1024px;
  margin: 0 auto;
}

.hidden {
  display: none;
}

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