body {
    margin:0;padding:0;
    background:#293133;
    color:#fff;
    font-family:"Montserrat";
}

h2 {
    margin-top:80px;
}

.letter-purple {
    color:#b6209c;
}

.white-content {
    width: 100%;
    background: #fff;
    text-align: center;
}

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

.content {
    position: relative;
}

a, a:hover {
    color:#8b0f75;;
    text-decoration:none;
}

@media screen and (max-width: 900px) {
    img {
        width:100%;
    }

    .container {
        margin: 0 25px;
    }
}