/* All directions - PX */
.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

/* All directions - rem */
.p-2rem {
  padding: 2rem;
}

/* Padding-right - PX */
.pr-10 {
  padding-right: 10px;
}

/* Padding-bottom - PX */
.pb-10 {
  padding-bottom: 10px;
}

/* Padding-X - rem */
.px-2rem {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* Padding-Y - PX */
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}