@font-face {
  font-family: Triomphe;
  src: url(./edd454e74a413c0c2aec3bc75340c887.ttf);
}
* {
  font-family: Bip;
  margin: 0;
  padding: 0;
}
div, p, span, h1, h2, h3, h4, img {
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  outline: none;
}
html, body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  background: #0B0D22;
  display: flex;
  align-items: center;
  justify-content: center;
}
body::before {
  content: '';
  background: url(./b020a8bb6edb15e9b7e02a3085167bb3.jpg) center no-repeat;
  background-size: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
}
canvas {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}
#adblock {
  position: fixed;
  top: 0;
  left: 0;
}
.adBanner {
  height: 2px;
  width: 2px;
  visibility: hidden;
}
#root {
  position: fixed;
}
