@import url("https://fonts.googleapis.com/css?family=Assistant:400,700");
body {
  margin: 0;
  font-family: "Assistant", sans-serif;
  font-weight: 700; }

canvas {
  background: #acffe6; }

.options {
  position: fixed;
  bottom: 15px;
  right: 15px;
  padding: 15px;
  box-sizing: border-box;
  background-color: #FFF; }
  .options__button {
    display: block;
    text-decoration: none;
    color: black;
    padding: 15px 5px;
    min-width: 100px;
    text-align: center;
    background-color: #acffe6;
    transition: all 0.2s ease-in-out; }
    .options__button:hover {
      background: #46ffc7;
      box-shadow: #b9b9b9 0px 5px 15px;
      transform: translateY(-10px); }

/*# sourceMappingURL=style.css.map */
