.new-message {
  margin-top: 1rem;
  text-decoration: none;
  border: 1px solid black;
  padding: 0.5rem;
}

ul {
  margin-top: 3rem;
  width: min(100%, 600px);
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

li {
  display: flex;
  flex-direction: column;
}

li:not(:last-child) {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid black;
}

.message {
  margin-bottom: 1rem;
}

.username {
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.date {
  margin-bottom: 0.25rem;
}

.details {
  width: fit-content;
  align-self: flex-end;
}
