body{
    background-color: #202122;
}


/* Estilo do header com particles */
#particles-js {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

#particles-js h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #c7d0d8;
    font-size: 4rem;
    font-weight: bold;
}

/* Outras seções */
.section {
    padding: 100px 20px;
}

.bg-dark-section {
    background-color: #343a40;
    color: white;
}

footer {
    background-color: #212529;
    color: white;
    padding: 20px 0;
    text-align: center;
}