body,
.t-body,
.t-page,
.t-records {
  background: radial-gradient(circle at 20% 20%, #E47CB8, transparent 25%),
              radial-gradient(circle at 80% 80%, #9448B0, transparent 25%),
              radial-gradient(circle at 50% 50%, #332277, transparent 40%);
  background-color: #20104f;
  background-blend-mode: screen;
  animation: aurora 15s ease-in-out infinite;
}

@keyframes aurora {
  0%, 100% {
    background-position: 20% 20%, 80% 80%, 50% 50%;
  }
  50% {
    background-position: 30% 40%, 70% 60%, 60% 40%;
  }
}

.t-container, .t-record {
  background: transparent !important;
}
