/* ============================================================
   File: phc2bas.css
   Description: 
   Author: VincentD
   Created: November 26, 2025
   Last Updated: November 26, 2025
   Version: 1.0
   ============================================================ */


textarea {
  width: 96%;
  height: 300px;
  padding: 10px;
  font-size: 16px;
  border: 2px solid #ccc;
  border-radius: 5px;
  resize: none;
}

/* ==================== EOF ===================== */