body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

canvas {
    display: block;
}

/* Particles.js container */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #13e8e9;
    font-family: 'Helvetica', Arial, sans-serif;
}

.title {
    font-size: 3em;
    font-weight: bold;
    margin: 0;
}

@media (max-width: 768px) {
    .title {
        font-size: 2em;
    }
}