@font-face {
    font-family: 'Millik';
    src: url('/fonts/millik/Millik.otf') format('opentype'),
         url('/fonts/millik/Millik.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    min-height: 100vh;
    background-color: #fff;
    background-image: url('/images/background/landing.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title{
    font-family: Millik !important;
}