.site-canvas {
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
    background: black;
}

#nightCanvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    pointer-events: none;
}

.canvas-content {
    position: relative;
    z-index: 2;
}


.canvas-content {
    position: relative;
    z-index: 2;
    color: #eaeaea;
    text-align: center;
    padding-top: 120px;
    font-family: system-ui, sans-serif;
}

.canvas-content h1 {
    margin: 0;
    font-size: 2.2rem;
    letter-spacing: 0.08em;
}
.site-canvas {
    padding: 0 !important;   /* КЛЮЧЕВО */
     margin-top: 120px;   /* КЛЮЧЕВО */
}


