#background-glow {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: radial-gradient(circle at top, #0ff1, #000);
}