body {
  margin: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #ccc;
  font-family: monospace;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  opacity: .85;
  margin-bottom: 8px;
}

.name {
  margin-bottom: 2px;
}

span {
  opacity: .6;
  font-size: 12px;
}

a {
  margin-top: 6px;
  font-size: 12px;
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #ccc;
}
