﻿.aurora-container {
  position: relative;
  overflow: hidden;
}

.aurora-container-content {
  position: relative;
  z-index: 1;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#auroraCanvas {
  position: absolute;
  width: 100%;
  min-width: 1000px;
  min-height: 700px;
  top: -100px;
  display: block;
  background-color: #4C2BB3;
  filter: hue-rotate(15deg);
}
