html, body {
  width: 100%;
  height: 100%;
  background: linear-gradient(-135deg,
    rgba(110, 90, 255, 0.23),
    rgba(255, 90, 70, 0.25)
  );
}