.center-top-element {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    margin-top: 10px;
    /* Other styles */
  }