@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

html, body {
    margin: 0;
    padding: 0;
}

html {
    color: white;
    background: black;
    font-family: "IBM Plex Mono", monospace;
}

body {
    margin: 2em;
}

img {
    margin: 0;
    padding: 0;
}

p {
    margin: 2em 0;
}

a, a:link, a:hover, a:active, a:visited {
    color: white;
}

@media only screen and (min-width: 550px) {
    #header { max-width: 550px; margin: 0 auto; }
}

@media only screen and (max-width: 549px) {
    #header { margin: 0; }
}

@media only screen and (min-width: 750px) {
    #content { max-width: 750px; margin: 0 auto; }
}

@media only screen and (max-width: 749px) {
    #content { margin: 0; }
}

hr {
    border: 0;
    background: none;
    color: transparent;
    margin: 4em 0;
}

#header {
    max-width: 550px;
    margin: 2em auto;
}

#header p {
    text-align: center;
    font-weight: 300;
    margin: 2em 0;
}

#title, #game-by-cc {
    width: 100%;
    height: auto;
}

#game-by-cc {
    margin: 2em 0 0 0;
}

#trailer {
    width: 100%;
    height: auto;
}

#info {
    text-align: justify;
    font-size: 0.85em;
    line-height: 2em;
}

#pc-platforms, #tv-platforms, #see-also, #interludes {
    text-align: center;
    margin: 1em auto;
    font-style: italic;
    font-size: 1.2em;
    font-weight: 300;
    color: #888;
}

#pc-stores {
}

#pc-stores > a, #tv-stores > a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-style: none;
    margin: 0;
}

#pc-features {
    display: block;
    text-align: center;
    font-size: 0.85em;
    font-style: italic;
    margin: 2em auto;
    color: #bbb;
    width: 220px;
}

@media only screen and (min-width: 850px) {
    #pc-platforms { margin-bottom: 1em; }
    #pc-stores { display: flex; justify-content: space-between; margin-bottom: 0; margin-top: 0; }
    #pc-features { width: 750px; margin-top: 0; }
}

#tv-stores {
    display: flex;
    justify-content: space-between;
    max-width: 400px;
    margin: 0 auto;
}

#other-things > a, #interlude-list > a {
    display: block;
    font-weight: 300;
    font-size: 1.6em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 1em auto;
}

#accolades {
    width: 100%;
    height: auto;
}

#contact {
    text-align: center;
}

#copyright {
    font-size: 0.75em;
    font-weight: 500;
    text-align: center;
    color: #888;
}