@font-face {
        font-family: 'Web';
        src: url('font_light.woff2') format('woff2');
        font-weight: normal;
        font-style: normal;
    }
body  {
        background-image: url(bg.png);
    }
.head {
        text-align: center;
        font-family: 'Web';
        color: white;
        margin-top: 100px;
        font-size: 3em;
    }
.logo {
        text-align: center;
        margin-top: 60px;
    }