body {
    font: 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #727272;
    background: #fff;
    padding: 50px;
}

#wrap {
    width: auto;
    max-width: 600px;
    margin: 0 auto;
}

#head {
    display: flex;
    padding: 0 0 20px 0;
}

#head a {
    text-align:right;
    align-self: flex-end;
}

h1 {
    font-size: 2.2em;
    font-weight: bold;
    line-height: 1.1;
    color: #222;
    flex: 1;
    margin: 0;
}

#content {
    border: 1px solid #e5e5e5;
    border-width: 1px 0 0 0;
    padding: 20px 0;
}

h2 {
    font-size: 1.65em;
    font-weight: bold;
    line-height: 1.1;
    color: #393939;
    margin: 0 0 20px;
}

ul {
    margin: 0 0 20px;
}

a {
    font-weight: 400;
    text-decoration: none;
    color: #267CB0;
}

a:hover {
    text-decoration: underline;
    color: #004161;
}

a:active {
    color: #DDAE00;
}
