/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background-color: rgb(11, 10, 18);
  color: #656371;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
.header {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  margin: 1rem 2rem;
}
.header h1 {
  margin: 0;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
}
.header a {
  display: block;
  color: #fffffe;
  padding: 15px 20px;
  transition: none;
  border: none;
  text-decoration: none;
}
.header a:hover {
  background-color: #2196f3;
  color: #fffffe;
}
.footer {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0 2rem;
}