body {
  background: url("https://i.postimg.cc/3rXP8Y7J/ocean-bg.jpg");
  font-family: "Ubuntu Sans", sans-serif;
  font-size: 18px;
  margin: 0 auto;
}

.wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 20px;
}

.home {
  margin-bottom: 15px;
}

.main {
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 0 #000;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  margin: 0 auto;
  max-width: 500px;
}

.hr {
  border-bottom: 1px solid #000;
}

.nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.nav a {
  text-decoration: none;
}

.update_button {
  border: 1px solid #7D7D75;
  color: #fff;
  display: grid;
  font-family: "Ubuntu Sans Mono", monospace;
  font-size: 12px;
  grid-template-columns: 1fr 2fr;
  text-transform: uppercase;
}

.update_buttonLeft {
  border: 1px solid #fff;
  padding: 2px 5px;
}

.update_buttonLeft.update_buttonLeft___rss {
  background-color: #FF8148;
}

.update_buttonRight {
  background-color: #7D7D75;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 2px 5px;
}

.footer {
  margin-top: 20px;
}

/* individual items */

.item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.item_frontmatter {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.item_title {
  font-weight: bold;
}

.item_type {
  font-size: 16px;
  text-transform: uppercase;
}

.item_date {
  opacity: .5;
}

.item_code {
  background-color: #eee;
  font-family: "Ubuntu Sans Mono", monospace;
  word-break: break-all;
}
