* {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}

body {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}