#modal-close-button {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
  }
  
  #modal-close-button:hover {
    background: rgba(255, 255, 255, 0.08);
  }
