html,
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
    Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.site--links a {
  display: block;
}

.site--screenshots img {
  margin-right: 1rem;
  margin-top: 1rem;
}
