@font-face {
    font-family: 'foncik';
    src: url('fonts/foncik.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'unisans';
    src: url('fonts/Uni\ Sans\ Heavy.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

html, body{
    height: 100%;
}
body
{

    font-family: 'unisans';
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    background-image: url("foto.jpg");
    background-size: cover;  
    background-position: center; 
    color: white;
}

#container{
    padding-left: 550px;
    text-align: center;
}