#app_main {
    background-color: white;
    border-radius: 5px;
    width: 90%;
    justify-content: center;
    margin: auto;
    box-shadow: 2px 2px 15px 3px;
}

#app_main h1 {
    text-align: center;
    font-size: 40px;
    text-decoration: underline;
}

#app_main b {
    text-align: center;
    font-size: 20px;


}
.app_form {
    border-radius: 5px;
    border: 2px solid black;
    width: 100%;
    height: auto;
}

#app_submit input {
    font-size: 40px;
    height: 60px;
    width: 300px;
    margin-top: 20px;
    background-color: rgb(38, 98, 228);
    border-radius: 10px;
    border: 2px solid red;

}

#app_submit input:hover {
    background-color: rgb(56, 158, 254);
}

#processing {
width: 60%;
margin: auto;
justify-content: center;
font-size: x-large;
display:none;
}
#progress_tab{
    width: 20%;
}

#gen_app {
    height: auto;
    width: 100%;
    border-radius: 10px;
    box-shadow: 2px 2px 15px 3px;
    background-color: rgb(255, 255, 255);
    display: none;
   
}

#gen_app_span {
    font-size: 40px;
    font-weight: bolder;
    text-decoration: underline;
}

#gen_app_format {
    width: 90%;
    margin: auto;
    justify-content: center;
    font-size: 25px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
#gen_app_main{
    width: 50%;
    justify-content: center;
    margin: auto;
}

#app_down {
    height: auto;
    width: 50%;
    margin: auto;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 15px 3px;
    background-color: rgb(255, 255, 255);
    display: none;
    
}
#app_down_main
{
    width: 65%;
    margin: auto;
    justify-content: center;
}

@media only screen and (min-width:0px) and (max-width:768px) {
    #gen_app {
        height: auto;
        width: 100%;
        border-radius: 10px;
        box-shadow: 2px 2px 15px 3px;
        background-color: rgb(255, 255, 255);
    
    }
    
    #gen_app_span {
        font: size 35px;
        font-weight: bolder;
        text-decoration: underline;
    }
    
    #gen_app_format {
        width: 90%;
        margin: auto;
        justify-content: center;
        font-size: 28px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
    }
    #gen_app_main{
        width: 90%;
        justify-content: center;
        margin: auto;
    }
    #processing{
        width: 90%;
    }
 
#app_down {
    height: auto;
    width: 90%;
    margin: auto;
}
}
@media only screen and (min-width:768px) and (max-width:1100px) {
    #gen_app {
        height: auto;
        width: 90%;
        border-radius: 10px;
        box-shadow: 2px 2px 15px 3px;
        background-color: rgb(255, 255, 255);
    
    }
    
    #gen_app_span {
        font-size: larger;
        font-weight: bolder;
        text-decoration: underline;
    }
    
    #gen_app_format {
        width: 90%;
        margin: auto;
        justify-content: center;
        font-size: 25px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
    }
    #gen_app_main{
        width: 90%;
        justify-content: center;
        margin: auto;
    }
    #processing{
        width: 70%;
    }
    #app_down {
    height: auto;
    width: 90%;
    margin: auto;
  }
}