@import url(https://fonts.googleapis.com/css?family=Roboto:500);
html {
    height: 100vh;
}
body {
    font-family: 'Roboto', 'sans-serif';
    background: -webkit-linear-gradient(to top, #6c3b23 40%, #166e3f 70%); /* Chrome 10+, Saf5.1+ */
    background:    -moz-linear-gradient(to top, #6c3b23 40%, #166e3f 70%); /* FF3.6+ */
    background:     -ms-linear-gradient(to top, #6c3b23 40%, #166e3f 70%); /* IE10 */
    background:      -o-linear-gradient(to top, #6c3b23 40%, #166e3f 70%); /* Opera 11.10+ */
    background:         linear-gradient(to top, #6c3b23 40%, #166e3f 70%); /* W3C */
    font-size: 2em;
    text-align: center;
    letter-spacing: 0.15em;
    color: #f4a12e;
    line-height: 2.5em;
}

#content {
    margin-top: 15%;
    margin-left: auto;
    margin-right: auto;
    min-width: 200px;

}

#name {
    font-size: 2em;
    font-weight: bold;
}

#title {
    font-size: 0.7em;
    text-decoration: italic;
}

.links {
    font-size: 0.5em;
}
.links a {
    color: #999;
    text-decoration: none;
    margin-left: 2em;
    margin-right: 2em;
}
