.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.prose {
    max-width: 65ch;
    color: #374151;
}

.prose h1 {
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}

.prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.prose img {
    margin-top: 2em;
    margin-bottom: 2em;
}

.prose a {
    color: #2563eb;
    text-decoration: underline;
    font-weight: 500;
}

/* In your style.css */
.min-h-screen {
    min-height: 100vh;
}

.flex-grow {
    flex-grow: 1;
}
