.background {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: linear-gradient(to right, #fd81d6, #80dfff); */
  background: radial-gradient(#80dfff, #ffaee5);
  display: flex;
  flex-grow: 1;
  z-index: -1;
  opacity: 0.35;
}
