body{
    background: #F1F3F3;
    color: #575756;
    font-family: SRHText,sans-serif;
    padding-left:42%;

}
.inputDiv{
    float:left;
    clear:left;
}
label{
    float:left;
}
#qrImgDiv{
    height: 200px;
}
input{
    float:left;
    clear:left;
    border-radius: 5px;
    font-size: larger;
    color: #575756;
}
form{
    padding-top: 1%;
}
#getQRButton{
    margin-top: 10px;
    margin-left: 1%;
    border-radius: 7px;
    background: #575756;
    color: white;
    padding: 1%;
}
h4{
    float: left;
    clear:left;
}
h2{
    padding-left:5%;
}
img{
    margin-left: 3%;
}