body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: #f5f5f5;
}

.container {
  padding: 20px;
  text-align: left;
  max-width: 600px;
}

p {
  font-size: 16px;
  color: #333;
  margin: 0;
  padding-bottom: 8px;
  line-height: 1.5;
}

.name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}
