body {
    font-family: 'Open Sans', sans-serif;
    background: #2a417d;
    background: -webkit-linear-gradient(left, #2a417d, #2b326d);
    background: -moz-linear-gradient(left, #2a417d, #2b326d);
    background: linear-gradient(left, #2a417d, #2b326d);
}

.container {
    height: 100%;
    width: 100%;
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
}

img.avatar {
    border-radius: 50%;
    max-width: 120px;
    margin: 25px;
    box-shadow: 0px 0px 60px rgba(180, 180, 180, 0.2);
}

h1 {
    font-size: 40px;
    font-weight: normal;
    margin: 0px;
    color: #fbbc38;
    letter-spacing: 0.05em;
    text-shadow: 2px 2px 15px rgba(222, 222, 222, 0.2);
}

p.title {
    font-size: 23px;
    letter-spacing: 0.1em;
    color: #e8e8e8;
    margin: 0px;
    text-shadow: 2px 2px 15px rgba(251, 188, 56, 0.2);
}

i {
    text-shadow: 2px 2px 15px rgb(232 232 232 / 0.2);
}

.card {
    margin-right: -15px;
    margin-left: -15px;
}

.socials {
    margin-right: -15px;
    margin-left: -15px;
}

.icon {
    margin-left: 25px;
    margin-right: 25px;
    font-size: 2em;
    color: #e8e8e8;
}

hr {
    border: 0;
    height: 1px;
    margin: 20px 0;
    background: #333;
    background-image: linear-gradient(to right, #41497d, #526694, #41497d);
}