body {
  background-color: #fff;
  color: #000;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.container {
  width: 90%;
  max-width: 800px;
  margin: auto;
  padding: 20px;
}

h1,
h2 {
  color: #222;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

section {
  margin-bottom: 30px;
  padding: 20px;
  background: #f0f0f0;
  border-radius: 8px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

p {
  margin-bottom: 10px;
  font-size: 16px;
}

a {
  color: #0056b3;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.social-links a {
  text-decoration: none;
  color: #333;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
}

.social-links a[href*="linkedin"],
.social-links a[href*="github"] {
  background: none; /* Remove background color for LinkedIn and GitHub */
  color: #0056b3;
  font-size: 20px;
}

.social-links i {
  margin-right: 8px;
}
