body {
  margin: 0px;

  width: 100vw;
  height: 100vh;

  background-color: darkslateblue;

  overflow: hidden;
  box-sizing: border-box;
}
