*{
  font-family: 'dosvga', sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
  background: #121212;
  display: flex;
  justify-content: center;
  align-items: center;
}

#canvasContainer {
  position: relative; 
  width: 100vw;
  height: 100vw;
}

canvas#rain {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute; 
  top: 0;
  left: 0;
  background: #000;
  z-index: 1;
}

#as,
#cg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#bottomPanel{
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28.75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

#bottomPanel #mp,
#bottomPanel #lvl{
  font-weight: bold;
  color: #505050;
  padding-left: 8%;
  margin-top: 2%;
}

#bottomPanel #lvl{
  color: red;
}

#bottomPanel #mp{
  color: white;
}

@font-face {
    font-family: 'dosvga';
    src: url('https://testnet.ordinals.com/content/021eda7f3343463de3721d6d6ee4f00391cf05b2e0ca255bfe9829d5f748129ai0') format('truetype');
}

#span-l{
  color: #a2a2a2;
  font-weight: 400;
}

#span-w{
  color: white;
  font-weight: 400;
  text-transform: capitalize;
}