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

input, button {
    transition: all 0.3s ease;
}

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

.shadow {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}