body {
  background-color: #f8f9fa;
  font-family: Arial, sans-serif;
}

.profile-section img {
  border: 4px solid #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.links-section a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  transition: transform 0.2s ease-in-out;
}

.links-section a:hover {
  transform: translateY(-2px);
}

.link-img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  object-fit: cover;
}

footer {
  font-size: 14px;
}
