.search-button {
    border-radius: 9px;
    border: 1px solid rgb(102, 102, 102);
    color: white;
    font-size: 11px;
    padding: 3px 18px;
    background: #666;
    background: linear-gradient(0deg, rgba(102, 102, 102, 1) 0%, rgba(173, 173, 173, 1) 100%);
    cursor: pointer;
}

.search-button:hover {
    background: linear-gradient(0deg, rgba(173, 173, 173, 1) 0%, rgba(102, 102, 102, 1) 100%);
}
