* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  text-align: center;
  background-color: rgb(22, 22, 22);
  padding: 1rem;
}
body h1,
body h3,
body p {
  color: rgba(241, 241, 241, 0.884);
  font-family: sans-serif;
}
body h1 {
  font-weight: 2rem;
  margin: 1rem;
}
body #message-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
body #message-list .message-item {
  border: 1px solid rgba(241, 241, 241, 0.884);
  padding: 1rem 2rem;
  border-radius: 20px;
}/*# sourceMappingURL=style.css.map */