html, body {
  margin: 0;
  padding: 0;
  font-family: arial, helvetica, sans serif;
}
canvas {
  display: block;
}

a { color: black; }

button, 
input, 
select, 
textarea { 
  outline: none; 
} 
