body {
  background: #0f1724;
  color: #e6eef6;
  font-family: Inter, system-ui, sans-serif;
  margin: 0;
  line-height: 1.6;
}

.container {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.photo img {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  object-fit: cover;
}

h1 {
  font-size: 2em;
  margin: 0;
}

.sub {
  color: #9aa4b2;
  margin-top: 5px;
}

.links a {
  color: #6ee7b7;
  margin-left: 10px;
  text-decoration: none;
}

main section {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}

footer {
  text-align: center;
  margin-top: 30px;
  color: #9aa4b2;
}
