body {
    background-color: #04c1be;
    text-align: center;
    color: #fff;
    padding-top: 100px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}

img {
    display: block;
    border-radius: 100%;
    margin: 0 auto 20px;
    width: 300px;
    height: 300px;
}

.name {
    font-size:30px;
    font-family: 'Lexend', sans-serif;
}

.social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    margin-top: 15px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.social:hover,
.social:focus,
.social:active,
.social.active {
    border: solid 2px #fff;
    color: grey;
    background: #fff;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lexend-normal-400.woff2');
  src: url('../fonts/lexend-normal-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}