body{margin:0;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#f9f9f9}.feedback-form{flex-direction:column;display:flex;gap:8px;width:360px}.user-info{font-family:var(--font-family);font-weight:400;font-size:16px;line-height:150%;letter-spacing:.04em;color:#2e2f42;display:flex;flex-direction:column;width:100%}.user-info input,.user-info textarea{margin-top:8px;padding:8px;width:100%;box-sizing:border-box;font-family:var(--font-family);font-weight:400;font-size:16px;line-height:150%;letter-spacing:.04em;color:#2e2f42}textarea::placeholder{opacity:0;transition:opacity .2s ease}textarea:focus::placeholder{font-family:var(--font-family);font-weight:400;font-size:16px;line-height:150%;letter-spacing:.04em;color:#2e2f42;opacity:1}.button{margin-top:8px;border-radius:8px;padding:8px 16px;width:95px;height:40px;background:#4e75ff;border:solid #4e75ff;font-family:var(--font-family);font-weight:500;font-size:16px;line-height:150%;letter-spacing:.04em;color:#fff}.button:hover{background:#6c8cff;border:solid #6c8cff}
