:root {
    --primaryColor: #2E3D62;

    --lightPrimaryColor: #686b6e;
    --secondaryColor: #5D50C5;
    --lightSecondaryColor: #F0EEFD;
    --activeLinkColor: #1B7F8B;
    --lightGrayBg: #E3E6EB;
    --transparentDropDown: #2e3d62da;
    --transparentColor: rgba(0, 0, 0, 0.548);
    --shadow: rgba(189, 188, 188, 0.514);
    --svgColor: #f8fafd;
    /* --------------------------------- */
    --whatsappColor: #25D366;
    --white: #ffff;
    --blue: #1877F2;
    --gray: #f8f8f8;
}

.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;
} */