﻿
MicrogameUiSquats
{
  position: absolute;
  height: 20%;
  aspect-ratio: 1;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  
  > .up
  {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  > .down
  {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
