
body {
  margin-top: 30px;
  font-family: 'Fredoka', sans-serif;
}
.title {
  color: #d96f3e;
  font-weight: 600;
}
textarea {
  min-height: 200px;
}
.suggestions {
  margin-top: 8px;
}
.suggestions .chip {
  margin-right: 5px;
  cursor: pointer;
}
.season-preview img {
  width: 60px;
  margin-right: 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.season-preview img:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 600px) {
  .season-preview img {
    width: 48px;
    margin-bottom: 8px;
  }
}
