body {
    background: #2b2d2f;
    margin: 0;
    font-family: math;
}

.container {
    height: 85%;
    padding: 0;
    margin: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media only screen and (max-width: 860px) {
    .container {
        flex-wrap: wrap-reverse;
        height: auto;
    }
}

@media only screen and (max-width: 570px) {
    .image .responsive-img {
        margin: 5px;
        width: 300px;
        height: 300px;
        border-radius: 50%;
    }
}

.container p {
    text-align: center;
    font-size: x-large;
    color: lightgray;
    margin: 20px;
}

.container .title {
    font-size: 40px;
    color: white;
}

.container div {
    margin: 5px 5px 5px 5px;
}

.container .content {
    max-width: 500px;

    .icon {
        width: 60px;
        height: 60px;
        font-size: 60px;
        line-height: 60px;
        color: white;
        margin: inherit;
        opacity: 1;
        transition: 0.3s;
        cursor: pointer;
    }

    .icon:hover {
        opacity: 0.3;
    }
}

.container .content a {
    color: #2b2d2f;
    margin: 3px 3px 3px 3px;
}

.responsive-img {
    margin: 5px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
}

#particles-js canvas {
    display: block;
    vertical-align: bottom;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity .8s ease, -webkit-transform 1.4s ease;
    transition: opacity .8s ease, transform 1.4s ease
}

#particles-js {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0
}
