html body {
    color: white;
    font-family: 'Inter';
    background: radial-gradient(ellipse at bottom, #34A65F 0%, #0F8A5F 100%) no-repeat;
    background-attachment: fixed;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
