.container {
  display: flex;
}

.container div {
  flex: 1 1 auto;
}

h2 {
  text-align: left;
}

#content {
  white-space: pre-wrap;

}

p {
  font-size: 20px;
}


input, text, textarea, select { font-family:inherit; }



form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left: 40px;
}

ul {
  list-style-type: none;
  margin: 0;
  color: black;
  text-align: left;
}

li {
  margin-bottom: 5px;
}

.message {
  color: red;
}

#save {
  background-color: #4caf50;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

#save:hover {
  background-color: darkgoldenrod;
}
