@media (max-width: 800px) {
  body{
    background-image: linear-gradient(180deg, #100f42 0%, #ab36dd 100%) !important;
  }
}