html, body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-optical-sizing: auto;
    color: white;
    background-color: #09090A;
    cursor: default;
    margin: auto;
}

::selection {
    background-color: rgba(72, 72, 101, 0.2);
}

#contentwrapper {
    display: flex;
    margin: 80px;
}

.all {
    font-style: normal;
    text-align: left;
    width: 340px;
}

.logo {
    height: 34px;
    background: url(/assets/images/FrostriskLogoWeb.png) no-repeat;
    background-size: contain;
}

.subtextwrapper {
    display: flex;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 12px;
}

.boxchar {
    margin: auto 12px auto 0;
}

.title {
    font-size: 1.2em;
    line-height: 22px;
    font-weight: 600;
    margin: 32px auto auto;
}

article, article p {
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 32px;
}

.boldtext {
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 32px;
    margin: auto;
}

footer {
    margin-top: 32px;
}

.subtext {
    font-size: 0.88rem;
    margin-top: 32px;
}

@media screen and (max-width: 540px) {

    .all {
        width: 100%;
    }

    #contentwrapper {
        margin: 50px;
    }

}