.edit-post-btn {
    margin: 1rem;
    padding: 0.5rem 1rem;
    background-color: #900;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .edit-post-btn:hover {
    background-color: #b00;
  }
  

  .close-edit-modal {
    margin-top: 1rem;
    padding: 0.4rem 0.8rem;
    background-color: #aaa;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .close-edit-modal:hover {
    background-color: #888;
  }
  
  
  .close-delete-modal {
    margin-top: 1rem;
    padding: 0.4rem 0.8rem;
    background-color: #aaa;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .close-delete-modal:hover {
    background-color: #888;
  }
