@import '/UI/Style.scss';

Version {
  position: absolute;
  z-index: 99;
  font-family: $font-main;
  color: rgba(white, 0.65);
  font-size: 24px;
  margin-bottom: 25px;
  width: 100%;
  bottom: 20px;
  justify-content: center;

  transition: all 0.2s ease;

  &.further-down {
    bottom: 5px;
    margin-bottom: 5px;
  }
}
