body {
  margin: 0;
  overflow: hidden;
}

.initials {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.initials > span {
  font-size: 35vmin;
  color: hsl(0, 80%, 40%);
}
