body {
      margin: 0;
      font-family: Arial;
    }
    .end {
      display: flex;
      justify-content: center;   /* left-right center */
      align-items: flex-end;     /* neeche le aao */
      height: 60vh;             /* poori page ki height */
    }