@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');

body,
html {
  height: 100%;
  margin: 0;
  background: rgb(56, 56, 56);
  color: rgb(177, 171, 171);
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

h1,
h2 {
  margin: 1px;
}

canvas {
  width: 100%;
  height: 100%;
  background: black;
}
