.container{width:70%;display:flex;flex-direction:column;padding:20px;border:1px solid #ccc;border-radius:8px;background-color:#f9f9f9;box-shadow:0 2px 10px rgba(0,0,0,.1)}.title-para{margin-bottom:25px}.column-full{margin-bottom:20px}.column-left,.column-right{padding:20px;background-color:#fff;border-radius:8px}h2{font-size:24px;border-bottom:2px solid #007bff;padding-bottom:10px;margin-top:20px;margin-bottom:15px}table{width:100%;border-collapse:collapse;margin-bottom:20px}label{display:block;margin-top:10px;margin-bottom:5px}textarea,input[type=text]{width:100%;border:1px solid #ccc;border-radius:4px;padding:10px}.buttons{display:flex;justify-content:flex-end;margin-top:20px}.buttons button{margin-left:10px;padding:10px 20px;border:none;border-radius:4px;background-color:#007bff;color:#fff;cursor:pointer}.buttons button:hover{background-color:#0056b3}.requiredspan{color:red}