body {
    height: 100%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #000000;
}
.gradient {
    background-color: #4158D0;
    background-image: linear-gradient(-45deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);  
}
.bg {
    background-image: url(/images/2.jpg);
    height: 100vh; 
    background-position:top;
    background-repeat:no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: start;
    z-index: 1;
    }
    #particles-js{
        z-index: 0;
        position: absolute;
        height: 100vh;
        width: 100%;
    }
.heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    z-index: 5;
}
.totale {
    font-size: 40px;
    margin-bottom: 0px;
    padding: 10px;
}
.totale-eclipse {
    font-size: 35px;
    margin-bottom: 0px;
    padding: 10px;
    color: #fff;
}
.aout {
    font-size: 30px;
    margin-top: 0px;
}
.btn {
    width: 60px;
    height: 60px;
    border: none;
    align-items: center;
    align-self: center;
    background-color: transparent;
    margin: 40px;
}
.container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.eclipse {
    display: flex;
    flex-direction: column;
    justify-content:flex-end;
    align-items: center;
    background-color: rgba(255,229,59,0.2);
    background-image: linear-gradient(135deg, rgba(255,229,59,0.7035189075630253) 0%, rgba(255,37,37,0.6362920168067228) 100%);
    height: 250px;
    width: 250px;
    margin-top: 50px;
    z-index: 4;
}
.block {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.black {
    color: #fff;
    background-color: #000000;
    width: 250px;
    text-align: center;
    z-index: 4;
}
h4{
    font-size: 85px;
    color: #fff;
    margin-bottom: 40px;
    font-family: 'Titillium Web', sans-serif;
}
.text {
    color: #000000;
    padding: 20px;
    background-color: rgba(255,131,127,0.5);
    margin-top: 60px;
}

.link {
    background-color: #4158D0;
    background-image: linear-gradient(-45deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);  
    padding: 10px;
    display: flex;
    justify-content: center;

}
.fb {
    margin: 7px;
}



@media all and (max-width: 800px){
    .body {
        background-attachment: fixed;
        background-size: 20%;
    }
    .bg {
        height: 280vh;
    }
    #particles-js{
        height: 280vh;
        width: 100%;
    }
}
@media all and (max-width: 500px){
    .body {
        background-attachment: fixed;
        background-size: 20%;
    }
    .bg {
        height: 300vh;
    }
    #particles-js{
        height: 300vh;
        width: 100%;
    }
}
@media all and (max-width: 350px){
    .body {
        background-attachment: fixed;
        background-size: 20%;
    }
    .bg {
        height: 330vh;
    }
    #particles-js{
        height: 330vh;
        width: 100%;
    }
}