body, html {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
  font-family: monospace;
  font-size: 20px;
  font-weight: bold;
}

body {
  background-color: black;
  color: white;
}

h1 {
  color: white;
}

#subtitle {
  color: #ffb266;
}

a:any-link {
  color: #c8c8c8;
}

.fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.center{
  position: relative;
  width: fit-content;
  margin: 0 auto 0 auto;
  text-align: center;
}

h5 {
  font-size: 14px;
}

.hint {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

canvas {
  background-image: url("./src/images/temp.jpg");
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  z-index: -1;
}

footer {
  position: absolute;
  text-align: center;
  font-size: 16px;
  margin-bottom: 4px;
  bottom: 0;
  left: 0;
  right: 0;
}

#bg{
  background: radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(8, 8, 8, 255) );
}