body {
  padding-top: 1rem;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: left;
}

.text-small {
  font-size: 0.9rem;
}

.messages-box,
.chat-box {
  height: 420px;
  overflow-y: scroll;
z-index: -1;
}

.rounded-lg {
  border-radius: 0.5rem;
}

input::placeholder {
  font-size: 0.9rem;
  color: #999;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  width: 5px;
  background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  width: 1em;
  background-color: #ddd;
  outline: 1px solid slategrey;
  border-radius: 1rem;
}