@tailwind base;
@tailwind components;
@tailwind utilities;

body {
    font-family: 'Noto Sans Devanagari', sans-serif;
    background-color: #f7fafc;
    color: #1a202c;
}


}

.card {
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

h1 {
    font-size: 1.875rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

p {
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.6;
}




body {
            font-family: 'Noto Sans Devanagari', sans-serif;
            background-color: #f7fafc;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            margin: 0;
        }
        .container {
            max-width: 800px;
            width: 100%;
            padding: 20px;
            text-align: center;
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        h1, p {
            margin-bottom: 1rem;
        }
        h1 {
            font-size: 2.5rem;
        }
        h2 {
            font-size: 2rem;
            margin-bottom: 1rem;
        }
        .stotra {
            margin-bottom: 1.5rem;
        }
        .verse {
            font-size: 1.2rem;
            margin-bottom: 1rem;
        }
