body,
html {
  font-family: Helvetica, sans-serif;
  overflow: hidden;
}

body {
  background: #181818;
  color: white;
}

a {
  font-weight: bold;
  padding: 7px 15px;
  border-radius: 8px;
  background: #007700;
  text-decoration: none !important;
  color: white;
}

a:hover {
  cursor: pointer;
}

canvas {
  border-radius: 10px;
}
