.containerA {
    display: flex;
    align-items: left;
    justify-content: left;
    height: 200; /* adjust as needed */
  }
.containerB
display: flex;
    align-items: right;
    justify-content: right;
    height: 200; /* adjust as needed */
  }

.containerC {
    display: block;
    align-items: right;
    justify-content: right;
    height: 200;
  }
