p {
    margin-top: 16px;
}

.message-ryan {
  margin-left: auto;
  max-width: 80%;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-radius: 20px;
  background-color: #009aff;
  color: #fff;
  white-space: pre-line;
}

.message-other {
  margin-right: auto;
  max-width: 80%;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-radius: 20px;
  background-color: #f1f0f0;
  white-space: pre-line;
}

.name-color-block {
  display: inline-block;
  height: 1rem;
  width: 6rem;
}

.return-to-top-btn {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: fixed;
  right: 8px;
  top: 8px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  opacity: .8;
}
