body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    font-family: sans-serif;
    background: linear-gradient(to right, #6dd5ed, #2193b0);
}
