body {
    background-color: #F4F4DC;
  }
  h2 {
    background-color: #;
  }
  p {
    background-color: #F4X4DC;
  }
  .container {
    display: flex;
    justify-content: space-between;
}

.left {
    align-self: flex-start;
}

.center {
    align-self: center;
}

.right {
    align-self: flex-end;
}