body {
  background-color: #000;
  font-family: "Myriad Pro", Myriad, Arial, sans-serif;
  color: white;
}

h1 {
  color: #be091a;
}

#avatar {
  clip-path: circle(50%);
}

.profile-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.profile-card h4 {
  margin: 0;
}

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

.social-links a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.social-links a:hover {
  color: #be091a;
}
