
#particles-js {
    width: 100%;
    height: 450px;
    background: #002d5f;

}
.bosction {
    z-index: 1000;
}

.Welcome {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: aliceblue;
    z-index: 1; /* Ensure text is on top of particles */
    text-align: center;
}
.count-particles{
    position: absolute;
}
#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
    color: #13E8E9;
    font-size: 1.1em;
    font-weight: bold;
}
.Footer{
    width: 100%;
    height: 100vh;
    background-color: #010255;
}
#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}