/* line 4, /home/rails/hybridatelier.uta.edu/app/assets/stylesheets/loteria.css.scss */
html, body {
  height: 100%;
  width: 100%;
  margin: 0px;
}

/* line 9, /home/rails/hybridatelier.uta.edu/app/assets/stylesheets/loteria.css.scss */
canvas[resize] {
  background: #00A8E1;
  height: 100%;
  width: 100%;
}

/* line 14, /home/rails/hybridatelier.uta.edu/app/assets/stylesheets/loteria.css.scss */
button#download-svg {
  position: fixed;
  bottom: 5px;
  right: 5px;
  font-size: 1.2em;
  font-family: Helvetica, Arial, sans-serif;
  color: #333;
  background: white;
}

/* line 23, /home/rails/hybridatelier.uta.edu/app/assets/stylesheets/loteria.css.scss */
button#next {
  width: 300px;
  padding: 10px;
  background: white;
  color: black;
  font-family: "Myriad Pro", sans-serif;
  border-radius: 10px;
  font-size: 1.5em;
  font-weight: bold;
  border: 3px solid black;
  position: fixed;
  bottom: 10px;
  left: calc(50% - 150px);
}

/* line 39, /home/rails/hybridatelier.uta.edu/app/assets/stylesheets/loteria.css.scss */
button#regenerate {
  width: 300px;
  padding: 10px;
  background: white;
  color: black;
  font-family: "Myriad Pro", sans-serif;
  border-radius: 10px;
  font-size: 1.5em;
  font-weight: normal;
  border: 3px solid black;
  position: fixed;
  bottom: 10px;
  left: calc(50% - 150px);
}
