@media screen and (max-width:1000px){
    header h1{
        font-size: 5em;
    }
    .logo_description{
        font-size: 1.2em;
    }
}

@media screen and (max-width:800px){
    .app_item{
        width: 33.333333%;
    }
}
@media screen and (max-width:700px){
    header h1{
        font-size: 3em;
    }
    .logo_description{
        font-size: 1em;
    }
}
@media screen and (max-width:600px){
    .app_item{
        width: 50%;
    }
    .app_title{
        font-size: 16px;
    }
    .field{
        padding: 0 10px;
    }
    .field input{
        padding: 0 15px 0 65px;
    }

    .not_found_title{
        font-size: 2em;
    }
    .not_found_text{
        font-size: 1em;
    }
}
@media screen and (max-width:500px){
    header h1{
        font-size: 2.5em;
    }
    .logo_description{
        font-size: 0.8em;
    }
    .app_item, .app_item_container {
        padding: 5px;
    }
    .field input{
        height: 60px;
    }

    .sad_icon i{
        font-size: 7em;
    }
    .not_found_title{
        font-size: 1.7em;
    }
    .not_found_text{
        font-size: 1em;
    }
}
@media screen and (max-width:400px){
    .inject_button a{
        padding: 15px 5px;
        font-size: 11px;
    }
}