@font-face { font-family: Din; src: url(Din.ttf); }
* { margin: 0; padding: 0; font-family: Din; }

body {
  background: #14151e;
  color: #cccc;
  text-align: center;
}

h1 {
  font-size: 150%;
  font-weight: normal;
}

#vis {
  background-image: url(sq.svg), linear-gradient(#14151e, #24252e, #14151e);
  background-position: 1.2px 1px;
  transform-origin: top center;
  border: 1px solid #24252e;
}
