.montserrat-bold {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    color: #f3f3f3;
    font-family: 'lato';
    margin: 1.6rem auto;
    max-width: 60rem;
    background-color: #3f3f3f;
}

img {
    border-radius: 5px;
    width:100%;
}

.row {
    display: flex;
}

.column-50 {
    flex: 50%;
}

body > header h1 {
    color: #f3f3f3;
    margin-left: 15px;
}

h1 {
    font-family: 'montserrat';
}

h2 {
    font-family: 'lato';
    font-weight: bold;
}

time {
    font-family: 'lato';
    font-weight: bold;
    color: #3f3f3f;
}

article {
    border-bottom: 1px solid #aaa;
    margin-bottom: 100px;
    padding-bottom: 50px;
}

article:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

article header {
    color: #3f3f3f;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}

article h1 {
    font-size: 28px;
    line-height: 33.6px;
}

article h1 a {
    color: black;
}

p, article > a {
    font-feature-settings: 'liga', 'kern';
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 20px;
}

article main h2 {
    font-size: 20px;
    line-height: 22px;
    margin-top: 16px;
    margin-bottom: 8px;
}

footer {
    border-top: 1px solid #3f3f3f;
    margin-top: 25px;
    padding-top: 10px;
}

article a, footer a {
    color: #3f3f3f;
    font-style: italic;
}

nav {
    height: 100%;
    text-align: right;
    margin: auto 1.2em;
    height: 81.88px
}

nav > a {
    padding: 5px 10px;
    margin: 1.2em 2px;
    font-family: 'lato';
    font-size: 18px;
    background-color: #3f3f3f;
    color: #f3f3f3;
    text-decoration: none;
    font-weight: bold;
    border: 3px solid #f3f3f3;
    display: inline-block;
    vertical-align: middle;

}

.button {
    padding: 5px 10px;
    font-family: 'lato';
    font-size: 18px;
    background-color: none;
    color: #f3f3f3;
    text-decoration: none;
    font-weight: bold;
    border: 3px solid #f3f3f3;
    display: inline-block;
    vertical-align: middle;

}

header {
    margin-bottom: 20px;
}

.text {
    margin: 0 10px 20px 10px;
}