@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
  padding: 20px;
  font-family: "Rubik", sans-serif;
  color: #333;
}

main {
  width: 600px;
  margin: 0 auto;
}

header,
h1 {
  text-align: center;
}

header {
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.loram_ipsum {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 8px;
}

.loram_ipsum p {
  color: #777;
  line-height: 1.6;
  margin: 0;
}

.greeting {
  text-align: center;
  margin-top: 20px;
}

.greeting button {
  display: block;
  margin: 20px auto 0;
  background: none;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  transition: color 0.2s;
}

.greeting button:hover {
  color: #777;
}

.greeting #messages-list {
  margin-top: 20px;
  text-align: center;
}
