:root {
  --accent-color: #5A9E70FF;
}

html {
  height: 100%;
  width: 100%;
  font-family: monospace;
  font-size: 1rem;
  text-rendering: optimizeSpeed;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  width: 100%;
  background-color: #2d2d2d;
  color: #e6e9eb;
}

*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
}