body {
    margin: 0;
    padding: 0;
    background-color: #00072d;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.content {
    position: relative;
    z-index: 2;
}

.title {
    color: white;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
}
