/* Add this container style to make content linear */
.main-content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  gap: 20px;
}

.error {
  border-color: red !important;
  background-color: #ffe6e6;
}

.error-message {
  color: red;
  font-size: 0.85em;
  margin-top: 5px;
}
