.phOuter {
  position: relative;
  display: block;
  width: 100%;
}

.phInner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phText {
  font-size: 14px;
  font-family: inherit;
  text-align: center;
  opacity: 0.8;
}
