.upperBackground {

    
    background-image: url("../img/BlueGradient5.png");
   
    background-size:contain;
    height:450px;width:1200000px;
        
    

}
.lowerBackground {

    
    background-image: url("../img/BlueGradient6.png");
   
    background-size:contain;
    height:450px;width:1200000px;

}

h2{
    text-align: center;
       
}

.inputSearch{
    background: url(../img/icons8-magnifying-glass-tilted-left-48.png) no-repeat scroll 1px 1px;
    padding-left:30px;
}

.space
{
    padding-left : 40px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}