body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    background-color: #fff;
    color: #333;
    margin: 0;
    padding: 0;
    display: flex;
}

h1, h2, h3 {
    line-height: 1.2;
}

a {
    color: #007bff;
    text-decoration: none;
}


a:hover {
    text-decoration: underline;
}

code {
    background-color: #f4f4f4;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

pre {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 1em;
    overflow-x: auto;
}

pre code {
    background-color: transparent;
    padding: 0;
}

.sidebar {
    flex: 0 0 240px;
    background-color: #f8f8f8;
    border-right: 1px solid #eee;
    padding: 2rem;
    
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
}

.sidebar h2 {
    margin-top: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.5rem;
}

.sidebar a {
    margin-top: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.5rem;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar li a {
    display: block;
    padding: 0.5rem 0;
    border-radius: 4px;
    color: #333;
}

.sidebar li a:hover {
    background-color: transparent;
    color: #007bff;
    text-decoration: none;
}

.sidebar li a.active {
    color: #007bff;
    font-weight: bold;
}

.page-wrapper {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

header {
    background-color: #fff;
    color: #333;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #eee;
}

header h1 {
    margin: 0;
}

header p {
    margin: 0.25rem 0 0;
    color: #777;
}

footer {
    text-align: left;
    padding: 1.5rem 2rem;
    margin-top: 2rem;
    font-size: 0.9em;
    color: #777;
    border-top: 1px solid #eee;
}

.content {
    flex: 1; 
    padding: 2rem;
}

.content article {
    max-width: 800px;
}

@media (max-width: 768px) {
    body {
        flex-direction: column; 
    }

    .sidebar {
        position: static; 
        height: auto; 
        width: 100%;
        flex-basis: auto;
        border-right: 0;
        border-bottom: 1px solid #eee;
        padding: 1rem;
        box-sizing: border-box;
    }

    header, .content, footer {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.no-bullets,
.no-bullets li {
  list-style-type: none;

}

.subtext-box {

  background-color: #f0f0f0;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.box img {
  width: 1000px;
  height: 500px;
}

.box1 img {
  object-fit: fill;
}
