#search-box {    position: relative;    width: 60%;}
Bu kodu

Bununla değiştir.
#search-box {   position: relative;  width: 60%;    overflow: hidden;     text-align: center;    margin: 0px auto;
}