body {
  background: #1a1b26;
  color: #c0caf5;
  font-family: "Fira Code", monospace;
  margin: 0;
}

.container {
  /*max-width: 640px;*/
  max-width: 750px;
  margin: 2rem auto;
  padding: 0 1rem;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding-left: 0;
}

hr {
    display: none;
}

.nav {
  margin-bottom: 3rem;
}

.nav a {
  margin-right: 0.5rem;
  padding: 0.25rem 0.5rem;
  color: #c0caf5;
  text-decoration: none;
}

.nav a:hover {
  opacity: 0.8;
}

h1 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.post-list {
  margin-top: 2rem;
}

.post-item {
  margin-bottom: 1rem;
}

.post-date {
  color: #565f89;
  display: inline-block;
  width: 120px;
}


.highlight {
  overflow-x: auto;
  margin:0;
}

.highlight pre {
  overflow-x: auto;
  max-width: 100%;
  padding: 1rem;
  background: #16161e;
  border-radius: 8px;
}

pre::-webkit-scrollbar {
  height: 6px;
}

pre::-webkit-scrollbar-thumb {
  background: #414868;
  border-radius: 4px;
}

.project-item {
    margin-bottom:2rem;
}

.project-header, .project-description {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
}

footer {
  margin-top: 2rem;
  color: #565f89;
}
