html, body {
  background: rgb(34,4,58);
  background: linear-gradient(0deg, rgba(34,4,58,1) 5%, rgba(103,49,145,1) 55%);
}