/* .pac-container {
    bottom: 3em !important;
    top: auto !important;
} */


#searchBox::placeholder {
    color: #fff9;
    font-weight: 700;
}

#searchBox:focus {
    outline: none;
    background-color: transparent;
}