.body {
    background-color: #0a0118;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    font-family: system-ui, sans-serif;
}

.container {
    font-family: "Grenze Gotisch", serif;
    font-weight: 400;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    width: 90%;
    max-width: 600px;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #581c87 0%, #9333ea 100%);
    border-radius: 24px;

    border: none;
    
    box-shadow: 5px 5px 300px rgba(212, 206, 218, 0.25);
    font-size: 30px;
} 