* {
  text-indent:-9999px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html {
  background:black;
  color:black;
}
body {
  display:block;
  position:fixed;
  color:#DDD;
  overflow:hidden;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
}
h1 {
  text-indent:0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height:0px;
  font-size:280px;
  text-align: center;
}
a {
  color:white;
  text-decoration:none;
  text-align: center;
}
code {
  text-indent:0px;
  display:block;
  font-size:20px;
}
