html {
    height: 100%;
    background: linear-gradient(to right, #c8c8c8, #f8f8f8 50%, #c8c8c8);
}

body{
    height: 100%;
    font-family: Helvetica, Arial, sans-serif;
    margin:0px auto 0px;
    max-width:950px;
    font-size:18px;
    color:#444;
    padding:0 10px 10px;
}

html, body {
    display: flex;
    flex-direction: column;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

h1, h2, h3, li {line-height:1.4}

hr { /* Gradient transparent - color - transparent */
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.navbar {text-align: center;}

.navbar>li {
    display: inline-block;
    padding:5px 15px;
}

.navbar>li>a {
    text-decoration: none;
    color: black;
    font-family: monospace;
}

.markdownimage{
    max-width: 30%;
    float: right;
    padding: 20px 0 20px 20px;
}

#content {
    flex: 1;
}

.footer {
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    color: #888; /* Light gray for unobtrusiveness */
}

.footer a {
    text-decoration: underline; /* Keeps the underline */
    text-decoration-color: #bbb; /* Subtle light gray color for the underline */
    text-decoration-thickness: 1px; /* Thinner underline */
    color: #979797; /* Lighter color for the links */
    font-size: 14px; /* Slightly smaller text */
}

.footer a:hover {
    color: #666; /* Darker color on hover */
    text-decoration-color: #666; /* Darker underline on hover */
}
