.hover\:text-green-100:hover {
    color: #dcfce7;
}

.hover\:bg-green-700:hover {
    background-color: #15803d;
}
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus\:ring-2:focus {
    box-shadow: 0 0 0 2px var(--tw-ring-color, #4ade80);
}

.focus\:ring-green-400:focus {
    --tw-ring-color: #4ade80;
}

.hover\:bg-black:hover {
    background-color: #000000;
}
input[name="q"] {
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    color: #1f2937;
    border-radius: 0.25rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

input[name="q"]:focus {
    outline: none;
    border-color: #4ade80;
    box-shadow: 0 0 0 2px #4ade80;
}

button[type="submit"] {
    background-color: #111827;
    color: #ffffff;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
}

button[type="submit"]:hover {
    background-color: #000000;
}