    .modal {
      display: none;
      position: fixed;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.8);
    }

    .modal-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 15% auto;
      padding: 20px;
      background-color: #fff;
      border-radius: 5px;
      max-width: 400px;
      max-height: 70%;
    }
    
    .modal-close {
      color: #aaa;
      padding-left:30rem;
      font-size: 28px;
      font-weight: bold;
      cursor: pointer;
    }
   

    .menu {
      padding: 10px;
      text-align: center;
    }