* {
    box-sizing: border-box;
}
body {
    margin:0;
    padding:0;
    background-color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: white;
}
h2, h3 {
    text-transform: uppercase;
}
a {
    color: #999;
    text-decoration: none;
}
a:hover {
    color: white;
}
.logo div {
    text-align: center;
}
.logo .top {
    background: white;
}
.logo img {
    display: block;
    margin: 0 auto;
}
body.agegate, body.error {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-flow: column;
}
body.agegate .form {
    text-align: center;
    padding: 20px;
}
body.agegate .footer .rating {
    display: none;
}
body.agegate select:not(:last-child) {
    margin-right: 12px;
}
body.agegate button {
    margin-top: 15px;
}
body.agegate h3 {
    text-transform: uppercase;
}
body.error #page {
    text-align: center;
}
#content {
    text-align: center;
    margin-bottom: 50px;
}
#page .logo {
    margin-bottom: 20px;
}
.trailers img {
    display: block;
    margin: 0 auto 20px;
}
.trailers {
    margin-bottom: 60px;
}
.trailers iframe {
    display: block;
    margin: 0 auto;
}
.trailers iframe:first-of-type {
    margin-bottom: 20px;
}
.mid {
    margin-bottom: 50px;
}
.mid > img {
    display: block;
    margin: 0 auto 20px;
}
.mid p {
    width: 640px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
}
.mid .games {
    margin-bottom: 20px;
}
.footer {
    text-align: center;
}
.posts {
    width: 640px;
    margin: 0 auto 0 auto;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.posts ul {
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.posts li {
    margin-bottom: 5px;
}
.posts ul a {
    display: flex;
}
.posts time {
    flex-shrink: 0;
    flex-basis: 120px;
    text-align: right;
    padding-right: 10px;
}
.posts span {
    display: inline-block;
    vertical-align: top;
}
.order {
    width: 640px;
    margin: 0 auto;
}
.order .links {
    display: flex;
    justify-content: center;
}
.order .links > div {
    flex-basis: 33%;
    padding: 0 10px;
}
.order a {
    display: block;
}
.order h4 {
    margin: 0 0 10px;
}
