/* Style Settings */
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@500&display=swap');

body {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

#userPhoto {
    width: 200px;
    height: 200px;
    display: block;
    margin: 10px auto;
    border-radius: 20%;
}

#userName {
    color: #374f5a;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

#userName h1 {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.2rem;
    margin: 0 auto;
}

#userName p {
    font-weight: 300;
    margin-top: 5px;
    text-transform: none;
}

i.fa {
    margin-right: 0.3rem;
}

#links {
    max-width: 500px;
    width: auto;
    display: block;
    margin: 20px auto;
}

.link {
    display: block;
    background-color: #024027;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
    padding: 17px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 300;
    transition: all .25s cubic-bezier(.08, .59, .29);
    border-radius: 10px;
}

.link:hover {
    background-color: #f58634;
    color: #ffffff;
    border: none;
}

.footer {
    text-align: center;
    font-size: 1.3rem;
}

.footer a {
    text-decoration: none;
}

.circulo {
    background: #f58634;
    border-radius: 52px;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 10px;
    color: #ffffff;
}

.circulo:hover {
    background: #024027;
    color: #ffffff;
    -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.77);
    -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.77);
    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.77);
}
