body {
    margin: 0;
    padding: 0;
}

.flex-page {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
}

#particles {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.page-full {
    font-family: 'Raleway';
    font-weight: 100;
    height: 100vh;
    margin: 0;
    overflow: hidden;
}

.flex-page .page-content {
    text-align: center;
    z-index: 100;
    margin-bottom: 5vh;
    padding-top: 25px;
    padding-bottom: 10px;
}

.flex-page .page-content .description {
    text-align: center;
}

.flex-page .page-content a.avatar {
    margin-bottom: 30px;
}

.page-content a.avatar {
    cursor: pointer;
}

.page-content a.avatar > img {
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 50%;
    background: #FFF;
    transition: all 1.6s cubic-bezier(.17, .67, .62, 1.22);
    -webkit-transition: all 1.6s cubic-bezier(.17, .67, .62, 1.22);
    -moz-transition: all 1.6s cubic-bezier(.17, .67, .62, 1.22);
    -o-transition: all 1.6s cubic-bezier(.17, .67, .62, 1.22);
    -ms-transition: all 1.6s cubic-bezier(.17, .67, .62, 1.22);
}

.page-content a.avatar > img:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Safari and Chrome */
}

.page-content .description {
    color: #0cc;
    margin: 36px 0;
    font-size: 22px;
    box-sizing: border-box;
}

.page-content .links {
    padding: 0;
}

.page-content .links > a {
    cursor: pointer;
    color: #0cc;
    padding: 0 60px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.page-content .links > a:hover {
    color: #00adb5;
}

.copyright {
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 5px;
    color: #999;
    font-size: 12px;
}
