/* Style Settings */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');

@font-face {
  font-family: Yekan;
  src: url('../fonts/yekan/Yekan.eot');
  src: url('../fonts/yekan/Yekan.eot?#iefix') format('FontName-opentype'),
       url('../fonts/yekan/Yekan.woff') format('woff'),
       url('../fonts/yekan/Yekan.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
    /* background: url('../images/bg.jpg') ; */
    background: linear-gradient(180deg, rgba(255, 193, 180, 0) 0%, rgba(69, 178, 157, 0.5) 100%) fixed;
    background-size: cover;
    font-family: Yekan, 'Open Sans', sans-serif;
    font-weight: 300;
}

#userPhoto {
    width: 100px;
    height: 100px;
    display: block;
    margin: 10px auto;
    border-radius: 50%;
}

#userName {
    color: #222222;
    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: #45b29d;
    color: #222;
    text-align: center;
    margin-bottom: 20px;
    padding: 17px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    transition: all .25s cubic-bezier(.08, .59, .29, .99);
    border-radius: 10px;

}

.link:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #000000;
    border: none;
}

#credit {
    color: rgba(255, 255, 255, 0.733);
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 0.7rem;
}