 #search-input {
	width: 50%;
	padding: 12px;
	font-size: 2em;
	border: 5px solid #000;
	border-radius: 5px;
	margin-bottom: 10px;
	box-sizing: border-box;
	font-weight: 500;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
}

    .highlight {
        background-color: #0056b3; /* Azul fuerte como el de tus recuadros */
        color: white !important;   /* Texto blanco */
        padding: 1px 4px;
        border-radius: 3px;      
        display: inline-block;
    }
	
	@media screen and (max-width: 69.5em) {
	
	 #search-input {
	width: 80%;

}
	
	
	}	