canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

input {
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-style: hidden;
}

:focus {
    outline: none;
}
