body {
/*    background-image: url('../img/background.jpg');*/
    width: 100%;
    height: auto;
    background-size: cover;
}


#profile {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
}

#avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.profile h1 {
    font-weight: 600;
    letter-spacing: -2px;
    font-size: 3em;
    color: #222;
}

.profile #wrapper {
    padding: 0 40px 0;
    max-width: 600px;
    margin: 0 auto;
}

.profile h2 {
    font-size: 20px;
    font-weight: 300;
    color: #aaa;
    margin-top: 10px;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-style: normal;
}

#wrapper.items {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 40px 20px;
}

.links{
    display: flex;
    justify-content: center
}

.item{
    margin: 0 10px;
    color: cornflowerblue
}

.profile{
    height: -webkit-fill-available;
    display: flex; /* activates the power of flexbox */
   align-items: center; /* align items vertically */
   justify-content: center; /* align items horizontally */
    flex-direction: column;
}
