* {
  user-select: none;
}

body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  background-color: #131313;
  color: #ffffff;
}