html {
  user-select: none;
  overflow: hidden;
  background-repeat: no-repeat;
}

#border {
  position: absolute;
  left: 0;
  bottom: 0;
  border: 2px black solid;
  width: 960px;
  height: 540px;
}