body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #111216;
  color: #eee;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
  padding: 24px;
  box-sizing: border-box;
}

.box {
  max-width: 360px;
  width: 100%;
}

.avatar {
  width: 90px;
  height: 90px;
  border-radius: 16px;
  margin-bottom: 14px;
}

h1 {
  margin: 0 0 18px;
  font-size: 26px;
}

.links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

a {
  display: block;
  padding: 11px;
  border-radius: 8px;
  background: #1f222a;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: 0.15s ease;
}

a:hover {
  background: #2a2e39;
}

a.youtube {
  background: #e02424;
}

a.youtube:hover {
  background: #c81e1e;
}
