html {
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0;
}

:root {
    font-family: "Montserrat";
    line-height: 1.4em;
}

h1 {
    font-size: 1.5em;
    font-weight: 300;
    text-align: center;
}

h2 {
    font-weight: 300;
}

a {
    text-decoration: none;
    color: #BBBBBB;
}

hr {
    border-style: solid;
    border-bottom: 0;
    border-color: #ccc;
    margin: 1em 0;
}

code {
    font-family: "Roboto Mono";
}

#navbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#navbar li {
    display: inline;
    padding-left: 1em;
    padding-right: 1em;
}

#life {
    display: block;
    text-align: center;
    letter-spacing: -0.2em;
    line-height: 1.1em;
}

#container {
    text-align: center;
    width: 35em;
    margin: 4em auto;
    position: relative;
}
