* {
  margin: 0;
  padding: 0;
  border: 0 solid transparent;
  background-color: black;
  color: white;
  font-family: monospace, Courier, "Courier New";
}

*::selection {
  color: greenyellow;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1;
  text-rendering: optimizeSpeed;
}

a {
  cursor: pointer;
  color: inherit;
  text-decoration: inherit;
  -webkit-tap-highlight-color: transparent;
}
