
/* Basic styling for the Jekyll site */
body {
    margin: 0 auto;
    max-width: 800px; /* Limit the width of the content */
    padding: 20px;    /* Add spacing around the edges */
    font-family: Arial, sans-serif; /* Optional: Better readability */
}








