body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.navbar {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.btn {
    margin-right: 10px;
}

h1, h2, h3 {
    color: #2c3e50;
}

.footer {
    margin-top: 4rem;
    bottom: 0;
    width: 100%;
}


/* Add these styles to your existing CSS */
.mermaid-diagram {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: 20px 0;
    overflow-x: auto;
}

.mermaid {
    display: flex;
    justify-content: center;
    min-width: 800px;
}