body {
    background-color: rgb(0, 0, 0);
    margin: 0px;
    font-family: monospace;
  }
  
  canvas {
    margin: auto;
    display: block;
  }
  
  div#info {
    float: left;
    position: absolute;
    background: white;
    padding: 10px;
    display: none;
  }

  canvas#ccounter {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 20px;
}

p.menuTitle {
  display: inline-block;
  margin-right: 10px;
  width:40%;
}

input[type="text"] {width: 52%;}

button {
  margin: auto;
  display: block;
  margin-top: 10px;
}

#logoDiv {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#logoDiv img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10%;
  opacity: 0.5;
}
div#cover {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  transition: background 1s;
  z-index: 100;
}

div#cover p{
  position: fixed;
  top: 0.5%;
  left: 50%;
  transform: translate(-50%, -0%);
  margin-top: 0px;

}
