*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,sans-serif;background-color:#f6f6f6;display:flex;justify-content:center;align-items:center;min-height:100vh}.feedback-form{width:408px;background-color:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;gap:16px}.feedback-form label{display:flex;flex-direction:column;gap:8px;color:#2e2f42;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:.04em}.feedback-form input,.feedback-form textarea{width:360px;padding:8px 16px;font-family:inherit;font-size:16px;color:#2e2f42;border:1px solid #808080;border-radius:4px}.feedback-form input{height:40px}.feedback-form textarea{height:80px;resize:none}.feedback-form input:hover,.feedback-form textarea:hover{border-color:#000}.feedback-form button{width:95px;height:40px;background-color:#4e75ff;color:#fff;font-family:inherit;font-size:16px;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s}.feedback-form button:hover{background-color:#6c8cff}
