.super-box {
  display: flex;
  flex-direction: column;
}
.super-box-P {
  justify-content: center;
  justify-content: space-between;
  justify-content: space-evenly;
}
