*{box-sizing:border-box;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}.App{background-color:#fff;color:#000;padding:20px}.App .headerImage{width:100%;height:350px;object-fit:cover;border-radius:25px;margin-bottom:25px}.App .heading{font-size:40px;margin-bottom:25px}.App .label{font-size:20px;margin-bottom:10px}.App .textArea{margin-top:10px;width:100%;font-size:16px;padding:10px;outline:none;border:2px solid #ccc;border-radius:10px;box-sizing:border-box;resize:none;margin-bottom:10px}.App .textArea:hover{border-color:#007ea875}.App .textArea:focus{border-color:#007ea8;background-color:#007ea815}.App .button{padding:12.5px 25px;background-color:#007ea8;color:#fff;border:none;outline:none;border-radius:10px;font-size:20px;cursor:pointer}.App .button:hover{background-color:#026384;color:#fff}.App .button:focus{background-color:#026384}.App .button:disabled{background-color:#ccc;cursor:not-allowed}.App .resultText{color:green;margin-top:15px}.App .errorText{color:red;margin-top:25px}
