.gm-navbar {
position: fixed; /* Make the header fixed position */
top: 0; /* Stick the header to the top of the viewport */
width: 100%; /* Set the width to 100% to cover the entire viewport */
z-index: 1000; /* Set a high z-index to ensure it stays on top of other elements */
font-size : 13px;
}