table {
    border-collapse: collapse;
}

th, td {
    padding: 0.75rem;
}

input, button {
    transition: all 0.2s ease-in-out;
}

html, body {
    transition: background-color 0.3s ease, color 0.3s ease;
}