@font-face {
    font-family: 'intterno';
    src: url('../fonts/INTTERNO.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'qualiyun';
    src: url('../fonts/Qualiyun.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.text-white {
    color: white;
    font-family: 'qualiyun', sans-serif;
}

body {
    font-family: 'intterno', sans-serif;
    background: url('../img/bg.png') no-repeat center center fixed;
    background-size: cover;
    background-color: black;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: transparent;
}