:root {
  background-color: #242424;
}

* {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

html, body {
  margin: 0;
  padding: 0;
  display: flex;
  place-items: center;
}