h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif !important;
}

.headline h1 {
  font-size: 50px !important;
  font-weight: 200;
}

h1 .name {
  font-weight: 800 !important;
}

a {
  text-decoration: none;
  color: rgb(16, 114, 185) !important;
}

a:hover {
  text-decoration: none;
  color: rgb(55, 154, 218) !important;
}

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

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
}
