
body, html {
    font: 100%/1.3 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    line-height: 1.6em;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
}

h1 {
    font-weight: normal;
    font-size: 20px;
    margin: 20px 0;
}

#bg {
    position: fixed;
    inset: 0;
    z-index: -10;
    overflow: hidden;
}

#shade {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(0, 0, 0, 0.35) 35%,
        rgba(0, 0, 0, 0.55) 50%,
        rgba(0, 0, 0, 0.35) 65%,
        rgba(0, 0, 0, 0.1) 100%
    );
    position: fixed;
    inset: 0;
    z-index: -9;
}

#bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

#logo {
    padding-top: 50px;
    display: block;
    margin: 0 auto;
}

.wrapper {
    margin: 0 20px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

article {
    margin-top: 40px;
}

.article-body {
    max-width: 439px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    padding: 8px 12px;
    margin: 0 auto;
}

footer {
    margin-top: 20px;
}

#email-link {
    margin-bottom: 0;
}

p {
    max-width: 439px;
    margin: 10px auto;
}

a {
    text-decoration: underline;
    text-transform: lowercase;
    color: white;
}

.soc-icon {
    display: inline-block;
    margin: 20px 5px;
    color: white;
    text-decoration: none;
}

.soc-icon svg {
    display: block;
    width: 20px;
    height: 20px;
}
