*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    /*text-align: center;*/
    /*background-color: white;*/
    background-color: var(--color-bg);
    color: var(--color-text);
}

#submit{
    color: var(--color-text);
}


@media (max-width: 640px){
    /*.header_left_div{*/
    /*    width: 0px;*/
    /*}*/

    .header_left_txt{
        font-size: 0px;
    }

    /*.header_right{*/
    /*    width: 0px;*/
    /*}*/

    .register_txt{
        font-size: 0px;
    }

    #menu_icon_register{
        font-size: 30px;
    }

    .search{
        width: 80%;
    }

    .header_left{
        /*font-size: 0px;*/
        justify-content: start;
    }

    #installButton{
        margin-left: 30px;
    }

    /*.menu_header_div{*/
    /*    width: 200px;*/
    /*}*/
}

/*h1 {*/
/*    color: #333;*/
/*}*/

