body {
    margin: 0;
    padding: 20px;
    font-family: Arial, sans-serif;
    font-size: 12px; /* Set desired font size for all content */
    background-color: #3A3D48; /* Background color for the right panel */
    color: rgba(255, 255, 255, 0.9); /* Text color */
    line-height: 1.6; /* Line spacing */
    box-sizing: border-box; /* Include padding in dimensions */
}

h1 {
    font-size: 20px; /* Adjust font size for headers */
    color: rgba(255, 255, 255, 1); /* Full white for headings */
    margin-bottom: 20px; /* Space below headings */
}

h2 {
    font-size: 20px; /* Adjust font size for subheaders */
    color: rgba(255, 255, 255, 1); /* Full white for subheadings */
    margin-top: 20px;
}

img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    height: auto;
}

ul {
    margin: 10px 0; /* Adjust list margins */
    padding-left: 20px; /* Indent list items */
    line-height: 1.6; /* Consistent spacing between list lines */
}

li {
    margin-bottom: 10px; /* Space between list items */
}

p {
    margin-bottom: 20px; /* Adjust spacing for paragraphs */
}

.figure-caption {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px; /* Space after figure captions */
    font-style: italic;
    font-size: 12px;
}
