.centered {
    column-width: 350px;
    position: fixed;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
  }