html, body {
  height: 100%;

}
.container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container div {
  padding: 40px 70px;

}
.left {
  text-align: right;
}
.right {
  border-left: 1px solid #aaa;
}
h1.title {
  font-variant: small-caps;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Fira Code', sans-serif;
  line-height: 1.75em;
  font-size: 16px;
  background-color: #0f0f0f;
  color: #eee;
}

p {
  font-size: 22px;
}

h1 {
  font-size: 82px;
  line-height: 65px;
  margin-bottom: 0px;
}

h2 {
  font-size: 26px;
  line-height: 25px;
}

h3 {
  font-size: 16px;
  line-height: 27px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
}

hr {
  height: 1px;
  background-color: #d8d8d8;
  border: none;
  width: 100%;
  margin: 0px;
}

a[href] {
  color: #1e8ad6;
}

a[href]:hover {
  color: #3ba0e6;
}

img {
  max-width: 100%;
}

li {
  line-height: 1.5em;
}
