@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

* {
  margin: 0;
  padding: 0;
  border: 0;
}

html,
body {
  line-height: 1;
  font-size: 100%;
  font-family: 'Roboto Mono', monospace;
}

ol,
ul {
  list-style: none;
}