main a {
  color: #1a73e8;
  text-decoration: none;
  text-underline-offset: 2px;
  font-weight: 500;
}

main a:visited {
  color: #5b3fc4;
}

main a:hover,
main a:focus-visible {
  color: #0b5ed7;
  text-decoration: underline;
}

header a {
  text-decoration: none;
}

header a:link {
  color: #888888;
}

header a:visited {
  color: #888888;
}

header a:hover,
header a:focus-visible {
  text-decoration: underline;
}

.top-title {
  padding-top: 10px;
  font-size: 24px;
  display: block;
  color: #888888;
  font-weight: bold;
}

.right-menu {
  float: right;
}

li.right-menu a {
  display: block;
  /* color: white; */
  /* text-align: center; */
  padding: 14px 16px;
  text-decoration: none;
}

li.right-menu a:hover,
li.right-menu a:focus-visible {
  text-decoration: underline;
}

body {
  margin: 40px auto;
  max-width: 650px;
  line-height: 1.6;
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  color: #444;
  padding: 0 10px
}

footer {
  padding: 30px 0px;
  font-size: smaller;
  color: #777777;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li {
  float: left;
}


/* Reset list styling inside main content */
main ol,
main ul {
  list-style: initial;
  margin: 0 0 1em 1.5em;
  padding-left: 0;
}

main ol li,
main ul li {
  float: none;
}


h1,
h2,
h3 {
  line-height: 1.2
}

ul.styled-list {
  list-style-type: disc;
  margin-left: 20px; /* Optional: to add some indentation */
}

ul.styled-list li {
  float: none; /* Ensure list items are not floated */
  margin-left: 20px; /* Optional: to add some indentation */
}

.post-preview {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  margin-bottom: 20px;
}

.post-preview h3 {
  margin: 0 0 10px;
  font-size: 24px;
}

.post-preview h3 a {
  text-decoration: none;
  color: #333;
}

.post-preview h3 a:hover {
  text-decoration: underline;
}

.post-preview time {
  display: block;
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}

.post-preview p {
  margin: 0;
  font-size: 16px;
  color: #555;
}

time {
  display: block;
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}
