a { text-decoration:none; font-family:Arial; text-decoration: none; } .advblock { background-color: rgb(240, 238, 238); padding: 10px; text-align: left; } .advsubmit { width: 120px; height: 30px; color: white; background-color: rgb(75, 142, 247); border-radius: 2px; border: 1px solid blue; } .advsubmit:hover { background-color: rgb(65, 132, 240); } .block { background-color: white; font-size: 20px; padding: 20px; margin: 150px; text-align: center; } .imagesubmit { background-image: url(https://purepng.com/public/uploads/medium/search-icon-sl7.png); background-size: 18px; background-repeat: no-repeat; background-position: 2px 0px; background-color: white; margin-left: -50px; height: 25px; width: 25px; border: none; } hr { border: none; background-color: rgb(240, 238, 238); height: 1px; } input:focus { outline: none;} label { display:inline-block; width: 200px; } .searchbar { background-image: url(https://cdn1.iconfinder.com/data/icons/hawcons/32/698956-icon-111-search-512.png); background-size: 25px; background-position: 7px 7px; background-repeat: no-repeat; padding-left: 40px; height: 40px; width: 550px; font-size: 20px; border-radius: 25px; border: 1px solid silver; } .searchbar:hover { box-shadow: 0 0px 5px 0 rgba(0,0,0,0.24), 0 0px 10px 0 rgba(0,0,0,0.19); } .searchsubmit { width: 120px; height: 30px; color: rgb(119, 119, 119); background-color: rgb(235, 235, 235); border-radius: 2px; border: 0px solid black; font-size: 12px; } .searchsubmit:hover { color: black; border: 1px solid gray; }