body {

  font: 14px "VenusianUltra", Helvetica, Arial, sans-serif;
  color: white;
  padding: 0px;
  margin: 20px;
  background: black;
}

a {
  color: #00B7FF;
}

@font-face{
  font-family:VenusianUltra;
  src:url("/fonts/VenusianUltraNF.otf") format("opentype")
}

.voucher{
  background-image: url("/images/voucher-background2.jpg");
  background-size: cover;
}

.voucher::after {
  content : "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity : 0.2;
  z-index: -1;
}

.inner-voucher{
  height: 100%;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: rgba(0,0,0,.5);

}

.container{
max-width: 780px;
}

.invert-background {
background-color: white;
padding: 6px;
}
