body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100vh; /* Covers entire viewport height */
    background: linear-gradient(135deg, #ff7e5f, #feb47b);
    background-size: cover; /* Ensure gradient fits the full area */
    font-family: sans-serif;
}