body {
    background-color: #292929;
    color: #d6d6d6;
    font-family: helvetica;
}

#main-content-header {
    text-align: center;
    background-color: #a00038;
}

#main-content-header h1 {
    color: white;
    font-size: 1.5em;
}

#main-content-background {
    background: #201e1f;
    display: flex;
    flex-direction: column;
}

#main-content-background::before,
#main-content-background::after {
    content: "";
    flex: 1;
}

#main-content-inner {
    min-height: 800px;
    max-width: 1300px;
    margin: auto;
    background-color: #292929;
}

#main-content-inner p {
    padding-left: 10px;
}

#impressionContainer {
    margin: auto;
    text-align: center;
}

img.impression {
    width: 23%;
    height: auto;
    margin: 5px;
    border: 1px solid black;
}

#cardDetails #logoSonja {
    vertical-align: top;
}

a:-webkit-any-link {
    color: white;
    text-decoration: none;
}
