.w33p {
  width: 33.33%;
}
.w50p {
  width: 50%;
}
.w65p {
  width: 65%;
}
.w66p {
  width: 66.66%;
}
.w70p {
  width: 70%;
}
.w75p {
  width: 75%;
}

.mt1 {
  margin-top: 1rem;
}

.ml1 {
  margin-left: 1rem;
}

.mb1 {
  margin-bottom: 1rem;
}

.mt3 {
  margin-top: 3rem;
}

.mb4 {
  margin-bottom: 4rem;
}

.p2{
  padding: 2rem;
}

.pl1 {
  padding-left: 1rem;
}

.pb2 {
  padding-bottom: 1.4rem;
}

.pt2 {
  padding-top: 1.4rem;
}

.flex {
  display: flex;
}
.flex-j-center {
  display: flex;
  justify-content: center;
}
.flex-j-spacebetween {
  display: flex;
  justify-content: space-between;
}

.flex-j-spacearound {
  display: flex;
  justify-content: space-around;
}

.flex-d-column {
  display: flex;
  flex-direction: column;
}

.flex-xy-center{
  display: flex;
  justify-content: center;
  align-items: center;
}

.fs1 {
  font-size: 1rem;
}

.fs2 {
  font-size: 2rem;
}

.fs3 {
  font-size: 3rem;
}

.fs4 {
  font-size: 4rem;
}

.fs5 {
  font-size: 5rem;
}

.fs6 {
  font-size: 6rem;
}
