

/*
.logo_sq{
    left: 42%;
    height: 200px;
    width: 50px;
}

@media only screen and (max-width: 768px){
    .blanc-bl{
        height: 25%;
        top: 75%;
    }

    .blanc-br {
        height: 25%;
        top: 75%;
    }

    .blanc-tl {
        height: 25%;
    }
    
    .blanc-tr{
        height: 25%;
    }

    div.text{
        font-size: 32px;
        line-height: 44px;
    }

    .logo_sq{
        top: 20%;
        left: 30%;
        height: 20%;
    }

    .linia{
        position: absolute;
        height: 3vh;
        left: 25%;
        top: 85%;
        right: 25%;
        text-align: center;
    }
} */

body{
    width: 100vw;
    height: 100vh;
    margin: 0;
    touch-action: manipulation;
}

.blanc-bl {
    position: fixed;
    left:0;
    bottom: 0;
    height: 50%;
}

.blanc-br {
    position: fixed;
    right: 0;
    bottom: 0;
    height: 50%;
}

.blanc-tl {
    position: fixed;
    top: 0;
    left: 0;
    height: 40%;
}

.blanc-tr {
    position: fixed;
    top: 0;
    right: 0;
    height: 40%
}

@font-face {
    font-family: 'Mulish';
    src: url('Mulish-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

div.text{
    position:fixed;
    left: 30%;
    right: 30%;
    top: 40%;

    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    text-align: center;

    color: #022F78;
}

.linia{
    position: fixed;
    bottom: 0;
    left: 20%;
    width: 60%;
    padding-bottom: 3%;
}

.logo_sq{
    position: fixed;
    top: 0;
    left: 40%;
    height: 30%;
}

@media only screen and (max-width: 768px){
    .blanc-bl{
        height: 25%;
    }

    .blanc-br {
        height: 25%;
    }

    .blanc-tl {
        height: 25%;
    }
    
    .blanc-tr{
        height: 25%;
    }

    div.text{
        font-size: 32px;
        left:20%;
        right:20%;
    }

    .logo_sq{
        top: 20%;
        left: 33%;
        height: 20%;
    }
}
