* {
  box-sizing: border-box;
  font-family: "Courier New", Courier, monospace;
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: #212122;
}
