@import url('https://fonts.googleapis.com/css2?family=OpenDyslexic&display=swap');

.text-block {
  font-size: 18px;
  line-height: 1.6;
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  padding: 12px;
  border-radius: 8px;
  color: #333;
  background: #f9f9f9;
  resize: vertical;
  display: block;
  font-family: Arial, sans-serif;
}


body {
  font-family: "Segoe UI", sans-serif;
  padding: 20px;
  background: #f2f3f7;
  color: #333;
}

h2, h3 {
  color: #6a1b9a;
}

button {
  display: block;
  margin: 10px 0;
  padding: 12px 18px;
  font-size: 16px;
  background-color: #8e24aa;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

button:hover {
  background-color: #6a1b9a;
}

button:disabled {
  background-color: #bbb;
  cursor: not-allowed;
}

a {
  color: #8e24aa;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.hidden {
  display: none;
}

.tool-group {
  background: #ffffff;
  padding: 15px;
  margin-top: 20px;
  border-radius: 10px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}
