body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #333;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
}

.header {
  text-align: center;
}

.header img {
  max-width: 200px;
  margin: 20px auto;
}

.header h1 {
  font-weight: 700;
  margin-top: 0;
}

.content {
  padding: 40px;
  background-color: #f7f7f7;
}

.content h2 {
  font-weight: 600;
  margin-bottom: 20px;
}

.content p {
  font-size: 16px;
  line-height: 1.5;
}

.content a {
  color: #0073b7;
  text-decoration: none;
}

.content a:hover {
  text-decoration: underline;
}

.social-icons {
  text-align: center;
  margin-top: 20px;
}

.social-icons a {
  margin: 0 10px;
  color: #333;
  font-size: 18px;
}

.social-icons a:hover {
  color: #0073b7;
}
