#projetos .search-bar {
    margin-top: 15px;
}

#projetos .search-bar input {
    padding: 8px;
    border: none;
    border-radius: 5px;
    width: 220px;
}

#projetos .search-bar button {
    padding: 8px 12px;
    margin-left: 5px;
    border: none;
    border-radius: 5px;
    background: #333;
    color: white;
    cursor: pointer;
    transition: 0.3s;
}

#projetos .search-bar button:hover {
    background: #111;
}