body {
  background-color: #0e0e0e;
  background-image: url('../images/Unknown.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Arial, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.oe100 {
  width: 100%;
  height: 100%;
}

._100 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.link {
  color: #7e7e7e;
  text-decoration: none;
}

.link:hover {
  color: #f1f1f1;
}

._100new {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.92);
}

