main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

img.avatar {
  width: auto;
  height: auto;
  max-width: 280px;
  max-height: 280px;
  display: block;
  object-fit: contain;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  max-width: 100%;
}

.nav-links a {
  color: #c0c0c0;
}

.socials {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.socials a {
  display: inline-flex;
  color: #c0c0c0;
}

.socials svg {
  width: 48px;
  height: 48px;
  fill: #c0c0c0;
}

h1 {
  word-break: break-word;
}
