.hero-console {
  background-image:
    linear-gradient(135deg, rgba(5, 8, 12, 0.88), rgba(5, 8, 12, 0.42)),
    url("/images/eft-kordbeach.jpg");
  background-position: center;
  background-size: cover;
}

.hero-console .console-top,
.hero-console .console-log {
  position: relative;
  z-index: 1;
}
