html {
    scroll-behavior: smooth;
    scroll-padding-top: 150px;
}

#autocomplete a {
    display: block;
    padding-block: 4px;
}
#autocomplete p {
    text-align: center;
    font-size: 16px;
    color: #9a9a9c;
}
#autocomplete a:hover {
    transition: color 0.175s ease-in-out;
    color: #ffc107;
}
