body {
    background: #111e26;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
    margin-top: -21px;
}

.profile-picture {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    height: 150px;
    max-width: 150px;
}
.profile-name {
    text-align: center;
    padding: 30px;
    margin-top: -26px;
    font-size: 11px;
}
.links {
    text-align: center;
    margin-top: 6px;
    padding: 15px;
    border: 1px solid rgb(255, 255, 255);
    border-width: 2px;
    width: 290px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
}
a {
    text-decoration: none;
    color: white;
    transition: color 1s;
}
.bottom-text1 {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    font-weight: bold;
}
.bottom-text2 {
    text-align: center;
    margin-top: 6px;
    font-size: 20px;
    font-weight: bold;
    color: #0af106;
}
a:hover {
    color: rgb(0, 0, 0);
    background: #ffffff;
}
