@font-face {
    font-family: 'URW Bernhard Gothic';
    src: local('URW Bernhard Gothic Light'), local('URW-Bernhard-Gothic-Light'),
        url('BernhardGothicURW-Light.woff2') format('woff2'),
        url('BernhardGothicURW-Light.woff') format('woff'),
        url('BernhardGothicURW-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
.col-left {
    min-height: 100vh;
    background-image: url('background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.col-right {
    min-height: 100vh;
    padding: 20px;
}
.col-left-title {
    color: rgb(153, 153, 153);
    font-size: 56pt;
    font-weight: 300;
    display: block;
}
.col-left-subtitle {
    color: rgb(153, 153, 153);
    font-weight: 100;
    font-size: 12pt;
}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #450000;
    font-family: 'URW Bernhard Gothic', sans-serif;
}
