﻿html,
body {
    font-family: Helvetica;
    background-color: #160541;
    height: 100%;
    margin: 0;
}
.box {
    display: flex;
    flex-flow: column;
    height: 100%;
}
.box .row {
    /*border: 1px dotted #0313fc;*/
    border: none;
}
.box .row.header {
    flex: 0 1 auto;
}
.box .row.content {
    flex: 1 1 auto;
}
.box .row.footer {
    flex: 0 1 40px;
}

h1 {
    font-family: Helvetica;
    font-size: 52px;
    text-transform: uppercase;
    color: #c6bfe7;
    text-align: center;
}

p {
    font-family: Helvetica;
    font-size: 18px;
    color: white;
    text-align: left;
}

.box .row.content.bgimg {
    background-image: url('../../assets/images/bgbg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: rgba(22, 5, 65, 0.55);
    background-blend-mode: darken;
}
