html {
    background-color: #eee;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
}

body {
    position: relative;
    max-width: 700px;
    margin: 100px auto;
    font-family: Helvetica Neue, sans-serif;
    text-align: center;
}

#name {
    font-size: 120px;
    font-family: Georgia, serif;
    font-weight: normal;
    margin: 20px auto;
}

#title {
    margin: 20px;
}

a {
    color: #3cf;
    text-decoration: none;
}
