.flex {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.inner {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
}

.middle {
  display: table-cell;
}

.note {
  color: #777;
  font-weight: normal;
}

.right {
  float: right;
  font-size: 12px;
  font-weight: normal;
}

.outer {
  display: table;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

a {
  color: green;
  font-size: 1em;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

a:link {
  text-decoration: none;
}

body {
  background-color: #121212;
  color: #eee;
  font-family: monospace;
}

h1 {
  font-size: 2.66em;
}

h2 {
  font-size: 2em;
  margin-bottom: 0;
}

h3 {
  font-size: 1.5em;
  margin-bottom: 0;
}

h4 {
  font-size: 1.17em;
}

hr {
  border: 0;
  border-bottom: 1px dotted;
  margin-top: 2em;
}

ul {
  list-style-type: "- ";
}

@media (width <= 1440px) {
  .right {
    font-size: 19px;
  }
}
