body {
  font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  margin: 0;
  line-height: 1.6;
}

.main {
  max-width: 720px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

/* NAV */
nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 16px 24px;
  background: #111;
}

nav a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}

/* CONTENT */
.container {
  max-width: 900px;
  margin: auto;
  padding: 40px 20px;
}

.social-links {
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 16px;
  margin-top: 40px;
}

.social-links a {
  display: flex;
  align-items: left;
  gap: 10px;
  color: #111;
  text-decoration: none;
  font-weight: 500;
}

.social-links a:hover {
  text-decoration: underline;
}

.social-links svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
