body {
    margin: 0;
    height: 100vh;
    background: none;
  
}

#gradient {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(255, 44, 44, 0.9), transparent 90%);
    pointer-events: none;
    z-index: -1;
}
