.mt-100px {
  margin-top: 100px;
}
.dFlex {
  display: flex;
}
.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexStart {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flexEnd {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.maxSize {
  width: 100%;
  height: 100%;
}
.alignTextRight {
  text-align: right;
}
.alignTextLeft {
  text-align: left;
}
.plr-50px {
  padding: 0 50px;
}
.h100 {
  height: 100%;
}
.txtDecorationNone {
  text-decoration: none;
}
