/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#particles-js {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#25364f,#4d71a5, #9bc4ff);
} */
body {
    margin: 0;
    /* font-family: -apple-system, BlinkMacSystemFont, 
      'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
      'Open Sans', 'Helvetica Neue', sans-serif; */
}
.heading {
    position: absolute;
    text-align: center;
    top: 30%; 
    width: 100%;
    font: bold;
    /* background: linear-gradient(#25364f,#4d71a5, #9bc4ff);
    opacity: 0.95; */
}
.heading h1 {
    color: white;
    font-size: 70px;
    /* text-shadow: 0 0 3px #61a6a8, 0 0 5px #6d6df5; */
    text-shadow:  0 0 3px black;

  
}
.heading h3 {
    color: white;
    font-size: 25px;
    font-family: italic;
    /* text-shadow: 0 0 3px #0cabb1, 0 0 5px #0000FF; */
    /* text-shadow:  0 0 5px #6d6df5; */
    text-shadow:  0 0 3px black;

}
#particles-js {
    /* background: rgb(167, 11, 11); */
    background: linear-gradient(#25364f,#4d71a5, #9bc4ff);
    opacity: 1;
    height: 100vh;
}
