body {
    background-image: url("images/bg.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.container {
    background-color: #E9EBD7;
    max-width: 900px;
    color: black;
    margin: auto;
    padding: 1rem;
    margin-top: 50px;
}

.title {
    font-family: 'arial black';
    line-height: 1rem;
    font-size: 3rem;
    text-transform: uppercase;
    color: #af0000;
    text-align: center;
}

.header {
    width: 75%;
    margin: auto;
    border: 1px solid black;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

/*.header:after {
    background-color: gray;
    content: '';
    width: 90%;
    height: 4px;
    position: relative;
    bottom: -2px;
    z-index: 10;
}*/

.image img {
    width: 40%;
    margin: auto;
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
}

.image {
    margin: 0;
    padding: 0;
}

.basic-info {
    color: white;
    background-color: black;
    width: 75%;
    margin: auto;
    display: flex;
}

.basic-info .info {
    width: 90%;
    margin: auto;
}

.basic-info .info .info-row {
    border-bottom: 1px dotted #af0000;
}

.basic-info .info-header {
    color: #af0000;
}

.basic-info .info-text {
    float: right;
    margin-left: auto;
}

hr {
    border-bottom: 1px solid black;
    width: 90%;
}

.backstory {
    width: 75%;
    margin: auto;
}

.backstory > h3 {
    font-family: monospace;
    font-size: 1.3rem;
    color: #af0000;
}

.footer {
    width: 75%;
    text-align: right;
    margin: auto;
}

.footer h3 {
    font-family:'arial black';
    line-height:1rem;
    font-size:2rem;
    text-transform:uppercase;
    color:#af0000;
}

.footer p {
    font-variant: small-caps;
    font-size: .9rem;
    margin-top: -15px;
}

.barcode {
    background-size: cover;
    background-position: center;
    background-image: url("images/barcode.png");
    color: black;
    height: 20px;
    width: 100%;
}
