.newToBio > div {
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--Ivory-White)
}

.newToBio > div > p {
  margin-top: 20px;
}
