body {
  font-family: "Tw Cen MT", helvetica;
  background-color: #100000;
  color: white;
}

article {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  position: static;
  padding: 50px;
}
@font-face {
  font-family: "Tw Cen MT";
  src: url('/fonts/20default.TTF'), format('truetype');
  src: url('//fonts/20default.woff'), format('woff');
  src: url('/fonts/20default.woff2'), format('woff2');
}
@font-face {
  font-family: "Tw Cen MT Condensed";
  src: url('/fonts/20condensed.TTF'), format('truetype');
}