/* General Styling */
body {
  font-family: 'Montserrat', sans-serif;
  color: #1b1b25;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
}

h1, h2, h3 {
  color: #1b1b25;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 30px;
}

h3 {
  font-size: 1.2rem;
  font-weight: 500;
}

p {
  font-size: 1rem;
  color: #555;
}

/* Header Section */
.container {
  padding-top: 50px;
}

.social-links a {
  color: #3356ff;
  font-size: 1.6rem;
  margin-right: 10px;
  transition: transform 0.3s ease-in-out;
}

.social-links a:hover {
  transform: scale(1.1);
}

/* Footer Section */
.footer {
  background: #ffffff;
  color: #1b1b25;
  padding: 20px 0;
}

.footer p {
  font-size: 0.9rem;
  margin: 0;
}
