body {
    font-family: 'Inter', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f0f2f5; /* Default to light theme background */
    margin: 0;
    transition: background-color 0.3s ease;
}