* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%;
  color: #fff;
  background: #2b2b2b;
  font-family: 'Oswald', Verdana;
  font-weight: 700;
  overflow: hidden; }

canvas, .ticket {
  width: 600px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -300px;
  box-shadow: 0 0 30px rgba(10, 10, 10, 0.3); }

h1 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 15px; }

img {
  width: 30px;
  vertical-align: text-bottom; }

p {
  font-size: 20px;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -144px; }

@media (min-width: 640px) {
  body {
    background: linear-gradient(229deg, #2b2b2b, #111, #333, #303030, #222);
    background-size: 1000% 1000%;
    -webkit-animation: BgAnim 30s ease infinite;
    -moz-animation: BgAnim 30s ease infinite;
    -o-animation: BgAnim 30s ease infinite;
    animation: BgAnim 30s ease infinite; } }
@media (max-width: 640px) {
  canvas, .ticket {
    width: 300px;
    height: 300px;
    margin-left: -150px;
    margin-top: -150px; } }
@media (max-height: 300px) {
  canvas, .ticket {
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px; } }
@-webkit-keyframes BgAnim {
  0% {
    background-position: 0% 48%; }
  50% {
    background-position: 100% 53%; }
  100% {
    background-position: 0% 48%; } }
@-moz-keyframes BgAnim {
  0% {
    background-position: 0% 48%; }
  50% {
    background-position: 100% 53%; }
  100% {
    background-position: 0% 48%; } }
@-ms-keyframes BgAnim {
  0% {
    background-position: 0% 48%; }
  50% {
    background-position: 100% 53%; }
  100% {
    background-position: 0% 48%; } }
@keyframes BgAnim {
  0% {
    background-position: 0% 48%; }
  50% {
    background-position: 100% 53%; }
  100% {
    background-position: 0% 48%; } }

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