.output {
  font-family: Monaco, Courier New, Courier;
  font-size: 10px;
}

body, p, td, {
  font-family: Open Sans, Arial, Helvetica;
  font-size: 14px;
}

.heading {
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 26px;
  line-height: 35px;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

#menu {
  position: absolute;
  top: 165px;
  left: 10px;
}

#input-div {
  position: absolute;
  top: 170px;
  left: 180px;
}

#buttons {
  padding-top: 5px;
}

#input {
  height: 200px;
  width: 320px;
}

#text {
  position: absolute;
  top: 430px;
  left: 10px;
  width: 500px;
}

#output {
  position: absolute;
  top: 170px;
  left: 520px;
  width: 800px;
  font-family: Monaco, Courier New, Courier;
  font-size: 10px;
}
