    @font-face {
        font-family: KPDH;
        src: url(fonts/Nevan\ RUS.ttf) format('truetype');
    }


    * {
        margin:0%;
        padding:0%;
    }



    header{
        background-color: #48c3f86e;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .inputbox {
        display: flex;
        justify-content: flex-end;
        padding-right: 10px;
    }



    footer {
        background-color: antiquewhite;
        visibility: hidden;
        
    }

    .user {
        display: inline-block;

    }

    .pass {
        display: inline-block;
    }

    .maintitle {
        float: left;
        color: rgb(9, 9, 66);
        padding-left: 20px;
        padding-top: 10px;
        font-family: kpdh;

    }

    .sign {
        display: flex;
        justify-content: right;
        padding-right: 4px;
    }

    img {
        position: absolute;
        top: 0; 
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
        visibility: null;
    }

    .define {
        min-height: 800px;
        display: flex;
        font-family: kpdh;
        font-size: 5em;
        justify-content: left;
        padding-left: 15px;
        align-items: center;
        color: #0bf1f6;
    }