@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500');
html,
body,
.wrapper {
    height: 100%;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 16px;
    font-family: monospace, sans-serif;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.container {
    position: relative;
    padding: 20px;
    height: 100%;
}

h1 {
    font-weight: 500;
    margin: 0 0 2px 0;
    font-size: 32px;
}

h2 {
    font-weight: 300;
    margin: 0;
    font-size: 20px;
}

.links {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    line-height: 1.5;
}

a {
    color: #666;
    text-decoration: none;
    background: linear-gradient(to left, transparent, transparent 1px, #999999 1px, #999999 2px);
    text-decoration: none;
    background-size: 2px 1px;
    background-repeat: repeat-x;
    background-position: left 0 bottom 0;
}