/* Set the dynamic background */
body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
    transition: background 0.5s ease-in-out; /* Smooth transition */
}
