body {
    max-width: 500px;
    margin: auto;
    padding: 40px 20px 70px;
    background: #fbfbf9;
    color: #330;
    font: 300 22px/1.5 "Source Sans Pro", sans-serif;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
}

p {
    text-align: left;
}

a, b {
    font-weight: 400;
}

a, a:visited {
    color: #23ccbe;
    text-decoration: none;
    border-bottom: 1px solid #ededed;
}

a:hover, a:focus {
  color: #01aa9c;
  border-color: #bbb;
}

ul {
    margin-top: 40px;
    padding: 0;
}

li {
    display: inline;
    margin: 0 10px;
    font-size: 16px;
    list-style-type: none;
}

.me {
    width: 300px;
    max-width: 100%;
    margin-bottom: 20px;
    border-radius: 25px;
}
