/*
 - blue primary: 003cff
*/

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

html {
  background: black;
  height: 100%;
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#Matrix {
  position:absolute;
  left:0;
  right:0;
  z-index: -1;
}

.content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

.content img {
  max-width: 350px;
}

.content h1 {
  text-transform: uppercase;
  font-family: GraublauWeb;
  font-size: 24px;
}