body {
    background: #484D4F;
    color: #B6B9BB;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
}

img {
    border-radius: 50%;
}

.profile-picture {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    height: auto;
    max-width: 100px;
}

.profile-name {
    text-align: center;
    padding: 30px;
}

.links {
    text-align: center;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid;
    border-color: #9dbf7a;
    border-width: 2px;
    width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

a {
    text-decoration: none;
    color: #CCCFD1;
    transition: color 0.5s;
}

.bottom-text {
    text-align: center;
    margin-top: 40px;
    font-size: 12px;
}

a:hover {
    color: #fff;
    background: #86A368;
}

/* ///// */
.box {
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

.box a {
    display: table-cell;
    width: 300px;
    vertical-align: middle;
    border: 2px solid;
    border-radius: 10px;
    border-color: #86A368;
    padding: 5px 20px 5px 20px;
}

.box a img {
    vertical-align: middle;
    max-width: 40px;
    height: auto;
    margin-right: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: all 0.5s;
}
/* ///// */