.font-geist {
    font-family: 'Geist Sans', sans-serif;
}

body {
    background: linear-gradient(to right, #fe0885, #e21ef3); /* Red to pink gradient, horizontal */
    min-height: 100vh; /* Ensure gradient covers full viewport */
}