*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{display:flex;flex-direction:column;min-height:100vh}.content-wrapper{flex:1;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:20px}.feedback-form{width:408px;min-height:256px;background:#fff;border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:20px;box-shadow:0 2px 10px #0000001a;box-sizing:border-box}.feedback-form label{display:flex;flex-direction:column;gap:8px;width:100%;letter-spacing:2px;color:#2e2f42;font-weight:500;font-family:Arial,sans-serif}.feedback-form input[type=email],.feedback-form textarea{padding:8px;border:1px solid #808080;font-weight:400;border-radius:4px;font-size:16px;resize:vertical;font-family:inherit}.feedback-form input[type=email]:hover,.feedback-form textarea:hover{border:1px solid #000000}.feedback-form input[type=email]:focus,.feedback-form textarea:focus{border:1px solid #000000;outline:none}.feedback-form button[type=submit]{width:86px;height:40px;background-color:#4e75ff;color:#fff;font-size:16px;font-weight:500;letter-spacing:2px;border-radius:8px;margin:0 auto;border:1px solid transparent;cursor:pointer;transition:background-color .3s ease}.feedback-form button[type=submit]:hover{background-color:#6c8cff}
