/*================================================
                        __
 _    ___    ___    __ / /____  __ _ ___ _______   ___  _______
| |/|/ | |/|/ | |/|/ _/ __/ _ \/  ' / _ `(_-/_ /_ / _ \/ __/ _ \
|__,__/|__,__/|__,__(_\__/\___/_/_/_\_,_/___/__(_/ .__/_/  \___/
                                                /_/
style.css by www.tomasz.pro

/*================================================*/

@font-face {
    font-family: 'HemiHead';
    /*src: url('/fonts/HemiHead/Hemi Head Bd It.otf') format('truetype');*/
    font-weight: normal;
    font-style: normal;
}
/*================================================*/
/*  Tło*/
/*================================================*/
.background {
    position: absolute;
    background-image: url('https://zut.tomasz.pro/img/bg/background.webp');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*================================================*/
/*  Aplikacja*/
/*================================================*/
