body {
  background: #161C3D;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
p {
  color: #fff;
  font-size: 20vw;
  line-height: 1;
  padding-top: 0;
  margin-top: 0;
  text-shadow: rgba(#000, 0.1);
}
