
.section {
    position: relative;
    min-height: 100vh;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.hero {
    background: var(--lightPrimaryColor);
}

.content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem;
}

canvas.particles {
    position: absolute;
    inset: 0;
    width: 30%;
    height: 100%;
    z-index: 1;
}


/* .content h1 {
    margin: 0 0 0.5rem;
    font-size: clamp(28px, 5vw, 56px);
}

.content p {
    margin: 0;
    opacity: 0.8;
} */

/* .note {
    font-size: 14px;
    opacity: 0.7;
    margin-top: 0.5rem;
} */