html,
body {
  background-color: #010101;
  font-family: "ocr-b-std", "sans-serif";
  color: #ffffff;
  width: 100%;
  height: 100%;
  zoom: normal;
  margin: 0;
  padding: 0;
}

.content {
  width: 100%;
  height: 410px;
  padding: 0 20px;
  text-align: left;
  position: absolute;
  top: calc(50% - 205px);
}

h2 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;

}

a,
a:link,
a:hover,
a:visited {
  color: #67d26c;
  font-weight: bold;
  transition: .5s color ease-in-out;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
}

p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}

.mce_inline_error {
  font-size: 12px;
  margin-top: 5px;
}
