@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

html, body, svg {
  width:100%;
  height:100%;
  background:#111;
  overflow:hidden;
  font-family:Roboto, sans-serif;
  font-size:20px;
}

text {
  user-select:none;
}