/* Style Settings */
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@500&display=swap');


body {
    background:  #0a80b5;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

#userPhoto {
    width: 200px;
    height: 200px;
    display: block;
    margin: 10px auto;
    border-radius: 20%;
}

#userName {
    color: #ffffff;
    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: rgb(255 255 255);
    color: #0a80b5;
    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: rgb(2 42 56);
    color: #03A9F4;
    border: none;
}

.footer {
    text-align: center;
    font-size: 1.3rem;
}

.footer a {
    text-decoration:none;
}

.circulo {
    background: rgb(255 255 255);
    border-radius: 52px;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 10px;
    color: rgb(10 128 181);
}

.circulo:hover {
    background: rgb(0 59 85);
    color: rgb(9 180 253);
    -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);
}