html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: white;
  color: grey;
  font-family: helvetica, arial;
  font-size: 20px;
  overflow: hidden;
}

canvasnot {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.mywrap {
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.mywrap2 {
  width: 100%;
  height: 510px;
  position: absolute;
  top: 732;
  left: 0;
}
.focus-target {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px;
  text-align: center;
}
