html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000;
}

body {
  color: white;
  margin: 0px;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
  justify-content: center;
}

.low_space {
  margin-left: 24px;
  margin-right: 24px;
}

@media (min-width: 800px) {
  .low_space {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

.more_space {
  width: 100%;
}

p, div {
  text-align: center;
  font-size: 16px;
  margin: 0px;
}

h3 {
  color: #18D764;
  font-size: 16px;
}

.logo_img {
  height: 51px;
  width: auto;
  margin: 24px;
}

.space_medium {
  height: 64px;
}

.space_very_little {
  height: 12px;
}

.grey_back {
  background: #1A1A1A;
  margin-top: 18px;
  border-radius: 24px;
  padding: 48px;
}

.align-text-right {
  text-align: left;
}

ul, li {
  text-decoration: none;
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 6px;
}

.imager {
  width: 80%;
}

.w60imager {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.w60imager img {
  width: 100%;
}

.titler {
  font-size: 18px;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 6px;
}

.white_line {
  height: 1px;
  width: 100%;
  background: white;
}
/*# sourceMappingURL=horizontal_doc.css.map */