body {
  max-width: 650px;
  margin: 0 auto !important;
}

.thing {
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  background-position: center;
  background-size: cover;
}

html {
scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Sora", sans-serif;
font-weight: 600 !important;
}

.prose a {
  text-decoration: underline;
}