body {
  background: #ECEFF1;
  color: rgba(0, 0, 0, 0.87);
  font-family: Roboto, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

#message {
  background: white;
  max-width: max-content;
  margin: 5vh auto 5vh;
  padding: 32px 24px;
  border-radius: 3px;
}

#message h1 {
  font-size: 22px;
  font-weight: 300;
  color: #7128d1;
  margin: 0 0 16px;
  margin-bottom: 35px;
}

#message h2 {
  font-size: 19px;
  font-weight: 300;
}

#message p {
  margin-bottom: 5px;
}

.listItem {
  border-top: solid 1px grey;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 70px;
  max-width: 500px;
}

.listItem:hover {
  background-color: aliceblue;
  cursor: pointer;
}

#message a {
  text-decoration: none;
  color: black;
}
