html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

canvas {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
   
}
@media screen and (min-width:2880px) {
  .root{
    justify-content: flex-start;
  }
  
}
.loader-animation{
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}