body {
  background-color: #000000;
  /*background-image: url("images/name_anim.gif");*/
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

#undgif {
  width: 100vw;
  margin: auto;
  display: flex;
  height: 100vh;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  position: absolute;
  left: 0px;
  top: 0px;
}

iframe {
  display: none;
}

#loadingtext {
  color: white;
  position: fixed;
  bottom: 20px;
  margin: auto;
  font-family: monospace;
  margin-left: 20px;
  right: 20px;
}
