.otp-div-row
{
  display:flex;
  flex-direction:row;
  justify-content: space-around;
}

.otp-page
{
  font-family: courier;
  width: 30%;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  display: flex;
  flex-direction:column;
  word-wrap:break-word;
}
