/*
 * FXHASH project - Mythologia
 * Copyright (C) 2022 Anna https://twitter.com/AnnaS_BK
 * Licensed GPLv2
 */


body {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

canvas,
body {
  touch-action: none;
  user-select: none;
}

#fullscreen {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding-bottom: 20px;
  margin:0;
  box-sizing: border-box;
}

canvas {
  margin: auto;
  display: block;
  height: auto !important;
  width: auto !important;
  max-height: 100%;
  max-width: 100%;
  box-shadow: 0px 0px 20px 20px rgba(0,0,0,0.1);
  border: 10px solid white
}

