textarea {
  width: 300px;
  height: 150px;
}

#results {
  margin-top: 20px;
}

table {
  width: 60%;
  margin: 70px;
}

textarea {
  border-width: 5px;
  border-radius: 5px;
  border-color: #326693;
  width: 75%;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 100px 0px 100px 0px;
}

#toggleButton {
  background-color: transparent;
  border: none;
  /* color: blue; */
  /* text-decoration: underline; */
  cursor: pointer;
  padding: 5px;
  font-size: 16px;
}

#details {
  margin-top: 20px;
  border: 1px solid #ddd;
  padding: 10px;
}

.fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  border: 3px solid #326693;
  background-color: white;
  border-radius: 100px;
}
#color_setting{
  font-size: 15px;
  width: 80%;
}