.fontstyle{
    font-size: 15px;
    color: rgb(100,100,100);
    line-height: 25px;
    letter-spacing: 10px;
    text-align: center;
}
.fontstyle2 {
    font-size: 17px;
    color: rgb(100, 100, 100);
    padding-top: 20px;
}

.fontstyle1{
    font-size: 25px;
    color: rgb(10,10,10);
    line-height: 50px;
    letter-spacing: 10px;
    text-align: center;
}
.inputstyle{
    width: 97%;
    height:30px ;
    color:black;
}
.divstyle{
    float:right;
    line-height:40px;
    color:rgb(150,0,0);

}