body {
  background-color: #030405;
  background-image: url("/static/cyber-black-wallpaper.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.grain {
  z-index: 0;
  opacity: 1;
  background:
    radial-gradient(circle at 52% 43%, transparent 0, rgba(0, 0, 0, .05) 44%, rgba(0, 0, 0, .34) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .22));
}

.shell,
footer {
  position: relative;
  z-index: 1;
}

nav {
  justify-content: flex-start;
}

.status {
  display: none !important;
}

@media (max-width: 720px) {
  body {
    background-attachment: scroll;
    background-position: center top;
  }
}
