body {
  font-family: "SF Pro Display", -apple-system-headline, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.2em;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10%;
  background-color: #1a1a1a;
  color: white;
}

h1 {
  font-size: 4em;
  font-weight: 200;
  margin: 20px 0 0 0;
  strong {
    font-weight: 800;
  }
}

.nav-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}

a, a:visited {
  color: rgb(253, 164, 54);
}

a:hover {
  text-decoration: none;
}

post img {
  max-width: 100%;
  margin: 20px 0px;
}