/* Adjust the width of the sidebar */
.sidebar {
    width: 250px;
}

/* Style the sidebar headings */
.sidebar h2 {
    font-size: 1.2em;
    font-weight: bold;
}

/* Adjust link styles */
.sidebar a {
    color: #337aee;
}

.sidebar-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.sidebar-logo img {
    max-width: 80%;
    height: auto;
}

body {
    font-weight: 400; /* Normal weight */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500; /* Bold weight for headings */
}

.quarto-container {
    max-width: 1400px; /* Adjust this value as needed */
    margin: 0 auto;
}

/*
.cell-output.cell-output-pyodide {
    background-color: white;
}
*/

.pyodide pre.sourceCode {
    font-size: 1rem; /* Adjust size as needed */
    font-weight: normal;
    background-color: #f8f8f8; /* Light gray background */
    padding: 0.8rem; /* Add more padding */
    border-left: 3px solid #0072b2; /* Add a colored border */
}
