h1 {
  text-align: left;
  color: #5b84c4;
  font-family: Arial;
  font-size: 25pt;
}

body {
  padding: 10px;
}

canvas {
  width: 400px;
  height: 400px;
  border-style: solid;
  margin: 10px;
  border-color: black;
}

#input {
  text-align: left;
  font-size: small;
}

#foutput {
  margin-left: 180px;
}

.article {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  padding: 5% 10% 1% 0;
}

