/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
h1, h2, h3, h4, h5 {
  font-family: sans-serif;
  margin: 0px;
}
* {
  text-align: center;
}
body {
  background: #FAFAFA;
  margin: 0px;
  padding: 0px;
}
nav {
  background: #D9E9FA;
  border-bottom: 1px solid black;
}
div.center-content {
  max-width: 800px;
  margin: 0 auto;
  background: #FFF;
  padding: 10px;
}
h2.subheader {
  padding: 10px;
  font-size: 1.2em;
  background: #405061;
  color: white;
}
.button {
  font-family: sans-serif;
  padding: 5px;
}
.button {
  padding: 5px 10px;
  text-decoration: none;
  margin: 10px 0px;
  display: inline-block;
  background-color: #eee;
  border-radius: 4px;
  font-family: sans-serif;
}
a.button:visited, a.button:link {
  color: #334953;
}
a.button:hover {
  color: #039be5;
  background-color: #cfd8dc;
}
a.button.active {
  color: #039be5;
}

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