* {
    box-sizing:border-box;
}

body {
    background-color:#222222;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    color:#BEBEBE;
    font-size:18px;
    margin: 0;
}
h1 {
    font-weight:500;
    font-size:36px;
}
h2 {
    font-size:18px;
    margin: 20px 0 5px;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Montserrat', 'Roboto', Helvetica, Arial, sans-serif;
}
p {
    margin: 10px 0;
}
a {
    text-decoration: underline;
    color:#BEBEBE;
    margin: 10px 0 0 10px;
}
a:hover {
    text-decoration: underline;
}
strong {
    font-weight: 500;
}
.container {
    max-width:1100px;
    margin:auto;
    padding: 0 20px;
    display: block;
    display: flex;
    flex-direction: column;
}
.header {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid white;
    font-family: 'Montserrat', 'Roboto', Helvetica, Arial, sans-serif;
}
.header h1 {
    position:relative;
    margin-bottom: 0;
}
.lead {
    font-size:18px;
    margin: 5px 0 0 0;
}
.intro {
    margin-bottom: 10px;
    line-height:1.4em;
}
.links h1 {
    font-weight: 600;
    margin: 0;
}
.links a {
    text-decoration: none;
}
.links a:hover {
    text-decoration: none;
}