body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background: #040404;
    color: #fff;
    padding: 1em;
    max-width: 100%;
}

.container {
    background: #111111;
    margin: 0 auto;
    padding: 2em;
    max-width: 800px;
    border-radius: 1em;
}

a {
    color: #04e0ce;
    text-decoration: none;
}

img.screenshot {
    height: 300px;
    width: auto;
}

video {
    width: 400px;
    height: auto;
}


nav {
    margin-bottom: 4em;
}

nav a {
    font-size: 1.3em;
    text-transform: uppercase;
    margin-right: 12px;
    padding: 8px 10px;
    color: #fff;
    background: #035aa1;
    text-decoration: none;
    filter: drop-shadow(4px 4px 4px #000);
    display: inline-block;
    border-radius: 8px;
}

nav a:active {
    background: #02457c;
    filter: none;
    border-radius: 8px;
}

footer {
    margin-top: 6em;
    border-top: 1px dotted #ddd;
    padding-top: 2em;
    margin-bottom: 2em;
}

footer a {
    font-size: 0.7em;
    text-decoration: underline;
    text-transform: uppercase;
    margin-right: 12px;
    padding: 4px;
    background: none;
    color: #ddd;
}

h1 a {
    background: none;
    padding: 0;
}

h1 a img {
    width: 140px;
}

ul {
    list-style-type: square;
}

hr {
    margin-top: 3em;
}

h2 {
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: normal;
    color: #ddd;
    margin-bottom: 2em;
}

h3 {
    text-transform: uppercase;
    font-size: 2em;
    font-weight: normal;
}

h4 {
    margin-top: 2em;
    font-size: 1.4em;
    font-weight: normal;
    text-transform: uppercase;
}

li {
    list-style-type: disc;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

.version {
    font-size: 0.9em;
    color: #aaa;
}

.descriptionBlock {
    margin-bottom: 4em;
    background: #080808;
    padding: 2em;
    border-radius: 1em;
}

.descriptionBlock h4 {
    margin-top: 0;
}

.hint {
    color: #aaa;
    font-style: italic;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.8em;
}

.hint a {
    text-decoration: underline;
}

.buyLink {
    margin-top: 2em;
    margin-bottom: 2em;
}

.buyLink a {
    text-transform: uppercase;
    background: #00789c;
    color: #fff;
    padding: 8px 10px;
    text-decoration: none;
    filter: drop-shadow(4px 4px 4px #000);
    border-radius: 8px;
}

.buyLink a:active {
    background: #0c5970;
    filter: none;
    border-radius: 8px;
}

.buyLink img {
    width: 20px;
    height: 20px;
}

.price {
    font-size: 0.9em;
    color: #aaa;
}

.faqBlock {
    margin-bottom: 4em;
    background: #080808;
    padding: 2em;
    border-radius: 1em;
}

.question {
    color: #0eaddd;
    font-size: 1.2em;
}

.answer {
    margin-left: 2em;
    border-left: 1px solid #fff;
    padding-left: 10px;
}

code {
    font-family: monospace;
    text-transform: none;
    background: #000;
    color: #fff;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.legalInfo {
    margin-top: 100px;
    color: #ddd;
    font-size: 0.8em;
}

.legalInfo h4 {
    margin-bottom: 10px;
}

.legalInfo p {
    font-size: 0.8em;
    margin: 0;
}

.small {
    font-size: 0.8em;
}

.warning {
    color: #de375b;
    font-size: 1.1em;
    text-decoration: underline;
}

.crossgrade p, .crossgrade li {
    font-size: 0.8em;
}

.email {
    background: #212121;
    text-transform: lowercase;
}

@media screen and (min-width: 769px) {
    .container {
        max-width: 800px;
    }
}

@media screen and (max-width: 768px) {
    body {
        background: #111111;
        padding: 0;
    }
    .container {
        max-width: 100%;
        padding: 1em;
    }

    img.screenshot {
        max-width: 100%;
        height: auto;
    }

    video {
        max-width: 100%;
        height: auto;
    }

    .artistBlock img {
        max-width: 100%;
        height: auto;
    }

    nav a {
        display: block;
        margin-bottom: 1em;
        font-size: 1.1em;
    }

    .buyLink a {
        font-size: 1em;
        font-weight: normal;
        padding: 4px 8px;
        display: block;
    }

    .buyLink img {
        width: 16px;
        height: 16px;
    }
}