body {
    transition: background-color 0.5s ease;
}
input:focus {
    transform: scale(1.02);
    transition: all 0.2s ease-in-out;
}

