body {
    background: #f6f2ec;
}

.content-box {
    max-width: 1200px;
    margin: 0 auto;
}

h1 a {
    color: #000;
    text-decoration: none;
}

#video-player {
    width: 100%;
    background-color: #2a2219;
    background-image: url(banner.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-sizing: border-box;
    padding: 2em;
}

#video-player iframe {
    aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
}

blockquote {
    border: solid 1px #21251f;
    border-left: 0;
    border-right: 0;
    font-style: italic;
    font-size: 2.5em;
    text-align: center;
    width: 50%;
    margin: 0.5em auto;
}

#credits {
    width: 100%;
    background-color: #131313;
    background-image: url(greek_nt_banner.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-sizing: border-box;
    padding: 2em;
    color: #fff;
}

#credits-box {
    margin: 0 auto;
    width: 50%;
}

#credits-box h2 {
    margin: 1em 0 0.25em 0;
    font-weight: bold;
}

#credits-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 50% 50%;
    font-size: 1.5em;
}

#credits-box ul li {
    margin: 0 0 0.5em 0;
}

#footer {
    text-align: center;
}

#footer img {
    margin: 1em 0;
}
