html {
  font-family: 'Roboto Mono', monospace;
  line-height: 1.25; }
  html body {
    margin: 0;
    background-color: #242528;
    color: #DAE0E8; }
  html a {
    color: inherit;
    text-decoration: inherit; }
  html a:hover {
    text-decoration: underline; }

.wrapper {
  padding: 10mm 10mm 30mm 10mm;
  margin: auto;
  min-height: 100vh;
  max-width: 1000px;
  box-sizing: border-box; }

header {
  margin: 3mm;
  text-align: right; }
  header .title {
    float: left;
    margin: 0;
    font-size: 1.5em; }
    header .title a:hover {
      text-decoration: none; }
  header nav {
    display: inline-block; }
  header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    header ul li {
      float: left; }
      header ul li a {
        padding: 10px;
        text-align: center;
        display: block; }

footer {
  padding: 2mm;
  border-width: 0mm;
  border-top: 2px;
  border-color: #7C7C7C;
  border-style: solid; }
  footer .footer-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row; }
    footer .footer-content > div {
      text-align: center; }
      @media only screen and (max-device-width: 640px) {
        footer .footer-content > div {
          margin: 2pt 0 2pt 0; } }
    @media only screen and (max-device-width: 640px) {
      footer .footer-content {
        flex-direction: column; } }
    footer .footer-content .footer-links {
      text-align: center; }
      footer .footer-content .footer-links img {
        width: 5mm; }

@keyframes blink {
  50% {
    opacity: 0; } }

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