html {
    background: #11171b;
    -webkit-font-smoothing: antialiased;
}

body {
    color: #c8d3db;
    font-family: tenso, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    margin: 40px 20px 20px;
    max-width: 540px;
    padding: 2em 2em 4em;
}

header {
    margin-bottom: 50px;
}

h2 {
    font-size: 32px;
    line-height: 0.5;
    margin: 0;
    font-weight: 500;
}

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

.title {
    font-size: 22px;
    line-height: 1.2;
}

.green {
    color: #00eb42;
}

.highlight {
    background-color: rgba(0,235,66,0.12);
    margin: 0 -0.2em;
    padding: 0 0.2em;
    color: #ddd;
}

a {
    color: #c8d3db;
    transition: color 200ms linear;
}

a:hover {
    color: #00eb42;
}

.dim {
    color: #666;
}

#deer {
    width: 48px;
    height: auto;
    margin: 4px 20px 0 0;
}

footer {
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
}

footer address {
    font-style: normal;
} 

footer p {
    margin-top: 0;
}

footer div {
    margin-right: 20px;
}


.columns {
    columns: 1;
    margin-top: -0.5em;
}

@media screen and (min-width: 650px) {
    body {
        margin: 60px 30px 30px;
    }
    .columns {
        columns: 1;
    }
}