body {
  background-color: #1D252D !important;
  background-attachment: fixed !important;

  background-image:
    url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H24 M0 0V24' stroke='%231D252D' stroke-width='1' stroke-dasharray='2 4' fill='none'/%3E%3C/svg%3E"),

    radial-gradient(circle at 70% 30%, rgba(69, 90, 181, 0.4) 0%, transparent 70%),
    radial-gradient(circle at 20% 90%, rgba(130, 147, 224, 0.3) 0%, transparent 60%);

  background-size: auto, 100% 100%, 100% 100%;
}
