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: 450px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 1:1:1:1;
}
.mywrap2 {
  width: 100%;
  height: 200px;
  position: absolute;
  top: 510;
  left: 0;
  float: none;
}
.mywrap2sub {
  width: 100%;
  height: 25px;
  position: relative;
  float: none;
}
.mywrap2sub2 {
  width: 100%;
  height: 75px;
  position: relative;
  float: none;
}
.focus-target {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px;
  text-align: center;
}
