* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  color: #333;
}

.contents {
  width: 95%;
  margin: auto;
  padding-top: 30px;
}

.sent {
  background: #a9fbb7;
}

.sent2 {
  background: #a9f8fb;
}

.sent3 {
  background: #e6a9fb;
}
/*# sourceMappingURL=style.css.map */