.startover {
  background: url('./loading.gif') no-repeat center/contain;
  transform: translate(-50%, -50%);
  display: inline-block;
  position: absolute;
  height: 260px;
  width: 260px;
  left: 50%;
  top: 50%;
}
