/*
  Name: Leon Tan.
  Date: April 13. 2018.
  Class: CSE 154 AC.
  This file styles a document that draws typed text in a circle.
*/

div {
  position: absolute;
}
button{
  border-radius: 10%;
  padding: 8px;
  font-size: 20pt;
}
body{
  background-color: black;
  color: white;
  font-family: sans-serif;
}
#canvas {
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  height: 80%;
  width: 90%;
  overflow: scroll;
}
