body {
    background-color: rgb(248, 211, 208);

    color: white;
    font-family: "Open Sans" sans-serif;
    letter-spacing: 2px;
}

.profile-picture {
    display:block;
    margin-left:auto;
    margin-right: auto;
    margin-top: 10%;
    height: auto;
    max-width: 100px;
    border-radius: 50%;
    border: 5px solid rgb(255, 166, 0);
}

.profile-name {
    text-align: center;
    padding: 30px;
    font-size: 40px;
    color: rgb(216, 123, 2);
}

a {
    text-decoration: none;

    color: rgb(240, 131, 58);
    transition: color 1s;
}

a:hover {
    color: rgb(107, 46, 6);

    background-color: rgb(255, 211, 129);
}

.links {
    text-align: center;
    margin-top: 20px;
    border: 1px solid rgb(255, 166, 0);
    border-width: 2px;
    padding: 20px;
    width: 290px;
    display: block;
    margin-right: auto;
    margin-left: auto;

    border-radius: 40px;

    font-size: 18px;

}
