/* Style Settings */
@import url('https://fonts.googleapis.com/css?family=Inter:400,700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css');
:root {
    --accentColor: #E6E6E6;
    --font: 'Inter', sans-serif;
    --firstName: 'Emotion';
    --lastName: 'Media';
}

body, html{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
}
.fwh{
    width: 100%;
    height: 100vh;
    background: url(../images/Sfondo-Emotion-Media.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding-top: 35px;
}

#userPhoto{
    width: 110px;
    height: 110px;
    display: block;
    margin: 0 auto 20px;
    border-radius: 50%;
}

#userName{
    color: #bbb;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    font-family: var(--font);
    width: 100%;
    text-align: center;
    text-decoration: none;
}

#links{
    max-width: 675px;
    width: auto;
    display: block;
    margin: 27px auto;
    
}
.link{
    display: block;
    background-color: var(--accentColor);
    color: var(--bgColor);
    font-family: var(--font);
    text-align: center;
    margin-bottom: 20px;
    padding: 17px;
    text-decoration: none;
    font-size: 1rem;
    transition: all .25s cubic-bezier(.08,.59,.29,.99);
    border: solid var(--accentColor) 3px;
    border-radius: 5px;
}

.link:hover{
    background-color: #ffffff;
    color: #fAB518;
    border-color: #fAB518;
}
h5{
    text-align: center;
    margin-bottom: 20px;
    color: #E6E6E6;
    font-family: var(--font);
    font-style: italic;;
}
h1{
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: var(--font);
    font-weight: 400;
}
h6{
    text-align: center;
    margin-bottom: 20px;
    color: rgb(136, 136, 136);
    font-family: var(--font);
}
.atrib{
    text-align: center;
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
    color: rgb(136, 136, 136);
    font-family: var(--font);
    margin-bottom: 20px;
    padding: 17px;
}