html,
body {
  height: 100%;
}

.outer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.inner {
  justify-content: center;
  text-align: center;
  width: 150px;
}

.inner p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12pt;
  color: #dbdbdb;
  margin: 1em 0;
  line-height: 1;
}

.title_container {
  text-align: center;
  color: #dbdbdb;
  font-family: inherit;
  font-size: 12pt;
  line-height: 1.4;
}

.title_container::after {
  content: '';
  display: table;
  clear: both;
}

.links {
  display: inline-block;
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
  padding: 1px;
  margin: 0 2px;
  color: #dbdbdb;
  vertical-align: middle;
}

.links i {
  display: block;
  line-height: 1;
  font-size: 24px;
}

.inner a:hover {
  filter: none;
}

.inner .links:hover {
  background-color: #dbdbdb;
  color: #1a1a1a;
}

.blogbutton {
  border: solid 1px #dbdbdb;
  background-color: #1a1a1a;
  color: #dbdbdb;
  font-family: inherit;
  width: 96%;
}

.blogbutton:hover {
  background-color: #dbdbdb;
  color: #1a1a1a;
  cursor: pointer;
}
