.features .fa {
    font-size: 6em;
    margin: 50px;
}

.features .column{
    padding: 16px;
    box-sizing: border-box;
}

.anchor {
    position: relative;
    top:-100px;
}

#particles-js {
    background-color: #cfdeff;
    height: 900px;
    width: 100%;
}

#particles-js canvas {
    margin-top:-400px;
}

#particles-float {
    position: relative;
    top: 200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
    padding-left: 30px;
    width: 700px;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

#particles-float h2 {
    font-size: 2.5em;
    margin-bottom: 40px;
}
#particles-float h3 {
    margin-top: 20px;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
}

#particles-float p {
    font-size: 1.3em;
}

.has-text-centered.is-grouped {
    justify-content: center;
}

@media only screen and (max-width: 600px) {
    .has-text-centered.is-grouped {
      display: block;
      text-align: center;
      box-sizing: border-box;
    }

    .has-text-centered.is-grouped .control{
      text-align: center;
      margin: 15px;
    }

    #particles-js canvas {
        margin-top:-200%;
    }

    #particles-float {
        display: relative;
        position: relative;
        top: 50px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-right: 30px;
        padding-left: 30px;
        width: 95%;
        height: 90%;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 25px;
        padding-top: 20px;
        padding-bottom: 20px;
        box-sizing: border-box;
    }

}