.waitlo{
justify-content: center;
place-items: center;



}


.lu_wrap {
    width:250px ;
    place-items: center;
    background-color: aliceblue;
    border-radius: 8px;
    box-shadow: 0px 0px 8px 2px rgba(128, 128, 128, 0.671);
    outline: none;
    border: none;
    padding: 20px;
    text-align: center;
    font-size: 24px;
  }