html {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
}

body {
    padding: 50px 0 0 30px;
    letter-spacing: 1px;
    line-height: 1.5;
}

h1 {
    font-weight: 400;
    font-size: 250%;
    margin: 12px 0 12px 0;
}

h2 {
    font-weight: 400;
    font-size: 200%;
    margin: 12px 0 3px 0;
}

p {
    margin: 6px 0;
}

a {
    color: teal;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

header {
    height: 50px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex {
    flex: 1 0 auto;
}

.shrink {
    flex: 0 1 auto;
}

footer {
    position: fixed;
    bottom: 0;
    height: 30px;
}