/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} */
body {
  margin: 0;
  padding: 0;
  overflow-y: auto!important;
}
 
#game-container,#game-container.hasCanvas {
  width: 100%;
  height: 85vh!important; 
  margin: 0 auto;
  position: relative;
/*  overflow: hidden;*/
  user-select: none;
  -webkit-user-select: none;
}
/* #game-container,
  #game-container.hasCanvas {
    height: 85dvh;

  }
  */
 
 
@media (min-width: 1025px) {
  #game-container,
  #game-container.hasCanvas {
    height: 100%;

  }
}
@media (max-width: 1024px) {
  #app {
    height: 100%;
  }
  /*#game-container {
    height: 100vh !important;
  }*/
 
  
}
 
/* html, body {
    width: 100%;
    height: 0%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000FF0;
}  */
/* root {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}  */
 
 
#app {
  width: 100%;
  /* height: 85dvh; */
  display: flex;
  flex-direction: column;
  justify-content: center;
/*  overflow: hidden ;*/
  align-items: center;
  align-items: center;
   background: url("/assets/memory_mayhem_assets/BG.png"); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
/*  background-color: #4518D0;*/
}
 
 
.landscape-overlay {
  position: fixed;
  z-index: 9999;
  background: #111;
  color: white;
  font-size: 2rem;
  text-align: center;
  padding: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.landscape-overlay p {
  padding: 0 6rem;
}
 
@media (max-width: 767px) {
  #game-container {
    display: block;
  }
}
 
 
/* #game-container,
#game-container.hasCanvas {
  width: 100%;s
  height: 100vh;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  position: relative;
  overflow: hidden;
   background:url('/assets/memory_mayhem_assets/BG.png'); 
} */
/* #game-container canvas {
    background: url('/assets/memory_mayhem_assets/BG.png');
    background-size: cover;
    background-position: center;
} */