/* Defaults */
body {
  font-family: 'Noto Sans', sans-serif;
  background-color: #f8f9ff;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
} 
a {
  color: #253031;
  text-decoration: none;
}
hr {
  color: #C0C1C6;
  background-color: #C0C1C6;
  height: 1px;
}

/* Headers */
.header {
  background-color: #dedfe3;
  text-align: center;
  padding: 10px;
  margin: 0px;
}
