body {
    font-family: 'Arial', sans-serif;
}

input, select, button {
    transition: all 0.2s ease-in-out;
}

button:hover {
    transform: scale(1.02);
}

#status.text-green-500 {
    font-weight: bold;
}

#status.text-red-500 {
    font-weight: bold;
}

#reports ul li {
    transition: background-color 0.2s;
}

#reports ul li:hover {
    background-color: #e5e7eb;
}
