body {
     font-family: 'Roboto', Arial, sans-serif;
    background: linear-gradient(135deg, #f7f7f9 0%, #e0c3fc 100%);
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}




.container {
    background: #fff;
    padding: 2.5rem 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(34, 34, 59, 0.08);
    text-align: center;
    margin: 5% auto;
    max-width: 700px;
    z-index: 1;
    position: relative;
}

