.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .loader img {
    width: 100px; /* adjust the width as needed */
    height: 100px; /* adjust the height as needed */
  }