body {
  font-family: Arial, sans-serif;
  background-color: #f0f0f0;
}

textarea {
  min-width: 500px;
  min-height: 300px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  resize: both;
}

button {
  max-width: 150px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #ffff;
  background-color: #000000;
  cursor: pointer;
}

p {
  font-size: 16px;
}

.container {
  margin: 5% 10%;
  display: flex;
  flex-direction: column;
}

.category-container {
  margin-bottom: 150px;
}
.convert-container {
  display: flex;
  justify-content: space-between;
}

.textContainer {
  display: flex;
  flex-direction: column;
}

.checkbox-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.text-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
