canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Ensure behind everything */
    display: block;
    filter: blur(20px);
}

/* Main content styling */
.content {
    position: relative;
    z-index: 10;
    padding: 1.2rem;
}

/* Use a new file for further formatting of main content */