body {
  font-family: "Otomanopee One", helvetica;
  font-size: 14px;
  margin: 0;
}
input,
button {
  font-family: "Otomanopee One";
  line-height: 2em;
}
input,
input::placeholder {
  color: #f36a3d;
  border-color: #f36a3d;
}
button {
  background-color: #f36a3d;
  color: white;
}
button:disabled {
  opacity: 0.5;
}
#cy {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.absolute {
  position: absolute;
}
.z100 {
  z-index: 100;
}
.p5 {
  padding: 5px;
}
.ml5 {
  margin-left: 5px;
}
