@import url("http://fonts.googleapis.com/css?family=Roboto:100");

:root {
    --c2: #ffffff;
}

#aa_particles {
    position: absolute;
    width: 1890px; /* Set exact width */
    height: 842px;  /* Set exact height */
    top: 0;
    left: 50%;
    transform: translateX(-50%); /* Center the particles section */
    background: linear-gradient(135deg, #6610f2, #151515); /* Smooth gradient */
    z-index: 1;
}


.aa_sec {
    position: relative;
    width: 100%; /* Match the particles width */
    height: 850px; /* Match the particles height */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    margin: 0 auto; /* Centering */
}

.aa_txt {
    position: relative;
	left:20px;
    font: 100 8vh Arial, sans-serif;
    color: white;
    z-index: 2; /* Above particles */
}

.aa_inner {
    padding: 1rem 2rem;
    display: inline-block;
    color: #6689ff;
    text-transform: uppercase;
    background: var(--c2);
    border-radius: 8px;
}


.aa_of {
   
    color: var(--c2);
    background: #5a3763;
}

