.app-loading {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  width: 100%;
  height: 100%;
}

.app-loading .lds-pacman {
  position: relative;
  margin: auto;
  background-image: url('../images/timg.gif');
  background-size: contain;
}

.app-loading .lds-pacman {
  width: 200px;
  height: 150px;
}


