body {
  padding: 0;
  margin: 0;
  font-size: 18px;
}

.container {
  min-height: 100vh;
  position: relative;
  padding: 240px 0;
  box-sizing: border-box;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.message {
  text-align: center;
}

.message-heading {
  font-family: "Share Tech Mono";
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .7em;
  font-size: 2rem;
  padding: 0 0 0 1.4em;
}

.message-description {
  font-family: "Space Mono";
  line-height: 42px;
  font-size: 15px;
  letter-spacing: .15rem;
  padding: 0 20px;
  max-width: 600px;
  margin: auto;
}

.links {
  max-width: 600px;
  margin: 40px auto 0;
  text-align: center;
}

.links a {
  width: 170px;
  display: inline-block;
  padding: 15px 0;
  margin: 0 15px;
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
  font-family: "Space Mono";
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .1rem;
  position: relative;
}

/*.links a:before {
  content: '';
  height: 46px;
  background: #000000;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  transition: all .3s;
}*/

.links a:after {
  transition: all .3s;
  z-index: 999;
  position: relative;
  content: "";
}

.links a:hover:before {
  width: 170px;
}

.links a:hover:after {
  color: #ffffff;
}

.links a:nth-child(2) {
  background: #000000;
  color: #ffffff;
}

.links a:hover{
    background: #000;
    color: #fff;
}

.links a:nth-child(2):hover{
      background: #fff;
    color: #000;
}

.links a:nth-child(2):before {
  background: #ffffff;
  left: 0;
}

.links a:nth-child(2):after {
  content: "";
}

.links a:nth-child(2):hover:after {
  color: #000000;
}

.social {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.social-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.social-list li {
  display: inline-block;
  margin: 5px 10px;
}

.social-list li a {
  color: #000000;
}
