﻿.body {
    /* min-height: 100vh;*/
    height: 100%;
    background-color: #8546AC;
    background-image: linear-gradient( to right, rgb(42, 26, 77),rgb(77, 62, 139) );
    font-family: DINNextLTPro-Regular;
}

html {
    height: -webkit-fill-available;
}
/*.main {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}*/


@font-face {
    font-family: 'DINNextLTPro-Regular';
    src: url('../fonts/DINNextLTPro Regular.otf') format('opentype');
}
@font-face {
    font-family: 'DS-DIGI';
    src: url('../fonts/DS-DIGI.TTF') format('truetype');
}