body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;

  margin: 0;
  padding-inline: 24px;
}

.welcome {
  font-size: 20px;
  font-weight: 600;

  margin-bottom: 12px;
}

.highlight {
  background-color: yellow;
  color: black;
  width: fit-content;
}

.navigation ul {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  gap: 20px;

  list-style: none;
  padding: 0;
}

p {
  margin: 0;
}

/* later put text in container */
.paragraph {
  max-width: 700px;
  margin-bottom: 12px;
  line-height: 1.35rem;
}

.marker-green {
  color: green;
}

.marker-red {
  color: red;
}

.lighter-text {
  color: darkslategrey;
}

.responsive-img {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: contain;
  display: block;
}

.listing {
  list-style: none;
  margin: 0;
  padding: 0;
}

.listing li {
  margin-bottom: 16px;
}

.listing-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.listing-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.listing-content h2 {
  margin: 0;
}

.item-link {
  font-size: 20px;
}

.item-time {
  font-size: 13px;
  font-weight: 200;
  color: rgb(84, 84, 84);
}

.item-subheading {
  font-size: 14;
  font-weight: 200;
  color: rgb(84, 84, 84);
}

.post-meta {
  margin-top: -8px;
  margin-bottom: 32px;
  font-size: 13px;
  font-weight: 200;
  color: rgb(84, 84, 84);
}

.footer-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
