body,
div {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
#apply_body{
    max-width:60%;
    min-width: 320px;
    margin: 0 auto;
    height: 100px;
}

.container {
width:80%;
    padding: 10px;
    background-color: aliceblue;
    margin-top: 20%;
}

#h,
#para1 {
    display: flex;
    justify-content: center;
}
#error2{
padding-left: 150px;
}

input {
    width: 30%;
    height: 30px;
}

.submit {
    padding-left: 200px;
}

select {
    width: 30%;
    height: 30px;
}

.section {
    max-width:100%;
    min-width: 320px;
    margin: 0 auto;
    padding-left: 90px;
}

p {
    font-style: oblique;
}

button {
    width: 100px;
    height: 30px;
}

#yes,
#no {
    width: 20px;
}

.question {
    font-size: 25px;
}

#creditHistory {
    font-size: 15px;
    font-style: oblique;
}

#history {
    width: 20px;
    font-style: oblique;
}

.point,
.status,
.point_display,
.annual_percentage {
    font-size: 40px;
    font-style: oblique;
}


@media screen and (min-width:600px) and (max-width:600px) {
    
    
}

/* medium screen */

@media screen and (max-width:1150px) { 
.removeNav{
    display: none;
}
.container1-slide img{
width: 100%;
height: 20rem;
}
.h1 h1{
    font-size: 40px;
}  

}
@media screen and (max-width:1300px) { 
  
    .container{
        width: 40rem;
    }
}

@media screen and (max-width:800px) {
    /* #apply_body{
        background-color: aliceblue;
    } */
    .container{
        width: 30rem;
    }
    .subject{
       font-size: 0.8rem;
    }
    .submit{padding-top: 20px;
       padding-left: 10px; 
    }
    .point,
    .status,
    .point_display,
    .annual_percentage {
        text-align: center;
        font-size: 20px;
        font-style: oblique;
    }
    #error2{
        padding-left: 10px;
    }

}
 
@media screen  and (max-width:700px) {
 
    #apply_body{
        background-color: aliceblue;
    }
    .subject{
       font-size: 0.8rem;
    }
    .submit{padding-top: 20px;
       padding-left: 10px; 
    }
    .point,
    .status,
    .point_display,
    .annual_percentage {
        text-align: center;
        font-size: 20px;
        font-style: oblique;
    }
    #error2{
        padding-left: 10px;
    }

}

@media screen and (max-width:600px) {
    #apply_body{
        background-color: aliceblue;
    }
    .subject{
       font-size: 0.8rem;
    }
    .submit{padding-top: 20px;
       padding-left: 10px; 
    }
    .point,
    .status,
    .point_display,
    .annual_percentage {
        text-align: center;
        font-size: 20px;
        font-style: oblique;
    }
    #error2{
        padding-left: 10px;
    }
}

@media screen  and (max-width:400px) {
 
#apply_body{
    background-color: aliceblue;
}
.subject{
   font-size: 0.8rem;
}
.submit{padding-top: 20px;
   padding-left: 10px; 
}
.point,
.status,
.point_display,
.annual_percentage {
    text-align: center;
    font-size: 20px;
    font-style: oblique;
}
#error2{
    padding-left: 10px;
}
}
