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

.header {
  background: #0056b3;
  color: #fff;
  padding: 20px;
  text-align: center;
}

.section {
  background: #fff;
  margin: 20px auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
}

.section h2 {
  color: #0056b3;
  margin-bottom: 10px;
}

ul {
  list-style-type: none;
  padding: 0;
}

ul li {
  margin: 10px 0;
}

.footer {
  text-align: center;
  padding: 10px;
  background: #0056b3;
  color: #fff;
  margin-top: 20px;
}

/* General Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f4f4f9;
  color: #333;
  line-height: 1.6;
}

.header {
  background: linear-gradient(to right, #0056b3, #0077ff);
  color: white;
  text-align: center;
  padding: 40px 20px;
  position: relative;
  animation: fadeIn 1s ease-in-out;
}

.header img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 5px solid #fff;
  margin-bottom: 10px;
  animation: bounce 2s infinite;
}

.section {
  background: #fff;
  margin: 20px auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  animation: slideIn 1.5s ease-in-out;
}

.section h2 {
  color: #0056b3;
}

.projects img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 10px;
  transition: transform 0.3s ease;
}

.projects img:hover {
  transform: scale(1.05);
}

ul {
  list-style-type: none;
  padding: 0;
}

ul li {
  margin: 10px 0;
}

.footer {
  text-align: center;
  padding: 20px;
  background: #0056b3;
  color: white;
  margin-top: 20px;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-10px);
  }
}

/* General Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f4f4f9;
  color: #333;
  line-height: 1.6;
}

.header {
  background: linear-gradient(to right, #0056b3, #0077ff);
  color: white;
  text-align: center;
  padding: 40px 20px;
  position: relative;
  animation: fadeIn 1s ease-in-out;
}

.header img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 5px solid #fff;
  margin-bottom: 10px;
  animation: bounce 2s infinite;
}

.section {
  background: #fff;
  margin: 20px auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  animation: slideIn 1.5s ease-in-out;
}

.section h2 {
  color: #0056b3;
}

.projects img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 10px;
  transition: transform 0.3s ease;
}

.projects img:hover {
  transform: scale(1.05);
}

ul {
  list-style-type: none;
  padding: 0;
}

ul li {
  margin: 10px 0;
}

.footer {
  text-align: center;
  padding: 20px;
  background: #0056b3;
  color: white;
  margin-top: 20px;
}

/* Social Icons Styles */
.social-links {
  text-align: center;
  margin: 40px 0;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social-icon img {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-icon:hover img {
  transform: scale(1.2);
  opacity: 0.8;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-10px);
  }
}
/* Styling for the Download CV Button */
.download-cv {
  text-align: center;
  margin: 40px 0;
}

.download-btn {
  padding: 12px 25px;
  font-size: 16px;
  color: white;
  background-color: #0056b3;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.download-btn:hover {
  background-color: #00408d;
}
