html, body {
  margin: 0;
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
}

p {
  margin: 0;
  text-align: center;
  font-size: 3rem;
  color: #999;
}

.name {
  color: #333;
}
