header {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
}

header h1 {
    padding-top: 60px;
    font-weight: 700;
    font-size: 3em;
    line-height: 1em;
    color: #fff;
    text-transform: uppercase;
}

header h2 {
    font-weight: 400;
    font-size: 1.34em;
    line-height: 1.1em;
    letter-spacing: 0.05em;
    color: #859aaf;
}

html {
    background-color: #0c3143;
    background-image: url(images/bkg-texture.png);
    background-position: left top;
    font-size: 14px;
}

body {
    width: 1068px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #000209;
    background-image: url(images/content-bkg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    border: 6px solid #e1ebf4;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
    font-family: "Ep 2", Arial, Helvetica, sans-serif;
    color: #e1ebf4;
}

a {
    color: #fbdb65;
}

a:visited {
    color: #bab3b2;
}

a:hover {
    color: #fd8e2f;
}

a:active {
    color: #fce17e;
}

h1 {
    margin: 0;
}

section h1 {
    font-weight: 800;
    font-style:  bold;
    font-size: 4.8em;
    text-shadow: 1px 1px 0px #83898f, -1px -1px 0px #fff;
}

section h2 {
    font-weight: 700;
    font-style: normal;
    font-size: 2em;
    color: #7B99B8;
    margin-top: 1.5em;
    margin-bottom: 0.2em;
    
}

section {
    padding-top: 140px;
    padding-right: 40px;
    padding-bottom: 80px;
    padding-left: 80px;
}

section p {
    margin: 0, 0, 1em, 0;
    line-height: 1.52em;
    max-width: 38em;
    white-space: pre-line;
}

section p:first-of-type {
    font-size: 1.5em;
    max-width: 35em;
}

section em {
    font-style: normal;
    background-color: rgba(243, 228, 109, 0.7);
    color: #121200;
    padding: 0.1em;
}

figure img {
    display: block;
    margin-bottom: 10px;
    margin-left: 30px;
    float: right;
    width: 300px;
}

img {
    border: 2px solid #e1ebf4;
    border-radius: 10px;
}

figure {
    margin: 0 0 1em 0;
}

figure figcaption {
    font-weight: 300;
    font-style: italic;
    font-size: 0.8em;
    margin-left: 30px;
    max-width: 300px;
    float: right;
    clear: right;
}

footer {
    background-color: #D4E0EC;
    font-size: 0.8em;
    color: #051924;
    margin-top: 80px;
    padding-top: 0.8px;
    border-top: 2px solid #aabbcc;
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.5);
    clear: both;
}

:root {
    --link: #069;
    --visited: #036;
    --hover: #09C;
    --active: #0CF;
}

footer p {
    margin: 0px 0px 0.5px 0px;
}

img source {

}