body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #222;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  border-bottom: 1px solid #eee;
}

.logo img {
  height: 60px;
  display: block;
}

nav {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

nav a {
  text-decoration: none;
  color: #222;
  font-weight: 500;
}

nav a:hover {
  color: #0070f3;
}

footer {
  flex-direction: column;
  text-align: center;
  padding: 2rem;
  font-size: 0.9rem;
  border-top: 1px solid #eee;
  margin-top: 4rem;
}

.social-icons a {
  margin: 0 0.5rem;
  font-size: 1.4rem;
  color: #222;
  text-decoration: none;
  transition: color 0.2s ease;
}

.social-icons a:hover {
  color: #0070f3;
}

.summary {
  font-size: 0.95rem;
  margin: 0.75rem 0;
  color: #333;
  line-height: 1.6;
}

.nixer-take {
  margin-top: 3rem;
  padding: 1.5rem;
  background: #f0f6ff;
  border-left: 6px solid #0070f3;
  border-radius: 6px;
}

.nixer-take h3 {
  margin-top: 0;
  font-size: 1.3rem;
  color: #0070f3;
}
