body {
  background-color: #0a0a0a;
  color: #e8e8e8;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", sans-serif;
  text-align: center;
  max-width: 800px;
  margin: 80px auto;
  padding: 0 20px;
  line-height: 1.6;
}

img[src="avatar.png"] {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 40px auto;
  border: 3px solid #2d2d2d;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 50px;
  letter-spacing: -0.5px;
  text-align: center;
}

h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 25px;
  color: #ffffff;
  padding-bottom: 10px;
  text-align: center;
}

hr {
  border: none;
  border-top: 1px solid #2d2d2d;
  margin: 50px auto;
  width: 100%;
}

p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 16px;
  color: #b8b8b8;
}

strong {
  color: #ffffff;
  font-weight: 600;
}

a {
  color: #5b9eff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
}

a:hover {
  color: #89c4ff;
  border-bottom-color: #89c4ff;
}

ul {
  font-size: 1.1rem;
  line-height: 1.8;
  list-style: none;
  padding-left: 0;
  text-align: left;
  display: inline-block;
}

ul li {
  margin-bottom: 12px;
  padding-left: 0;
}

/* Arrow before list items */
ul li::before {
  content: "→ ";
  color: #5b9eff;
  font-weight: bold;
  margin-right: 8px;
}

/* Favicons for links */
ul li a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

ul li a[href*="linkedin.com"]::before {
  background-image: url("https://icons.duckduckgo.com/ip3/linkedin.com.ico");
}

ul li a[href*="github.com"]::before {
  background-image: url("https://icons.duckduckgo.com/ip3/github.com.ico");
  filter: invert(1) brightness(1.2);
}

ul li a[href*="gitlab.com"]::before {
  background-image: url("https://icons.duckduckgo.com/ip3/gitlab.com.ico");
}
