body {
  background-color: #f4f4f4;
  font-family: "Poppins", sans-serif;
}

.home-page {
  width: 100%;
}

.home-page .main-content {
}

/* Home Page Style */
.home-page .title-content {
  display: flex;
  align-items: center;
  min-height: 240px;
  flex-direction: column;
  justify-content: center;
}

.home-page .main-content a {
  color: rgb(100, 100, 100);
  text-decoration: none;
}

.home-page .main-content .note {
  background-color: white;
  border-radius: 24px;
  min-height: 90px;
  box-sizing: border-box;
  padding: 20px 20px 5px;
  margin-bottom: 3px;
  /* overflow: hidden; */
  /* word-wrap: break-word; */
}

.home-page .main-content .note {
  /* word-wrap: break-word; */
}

.home-page .main-content img {
  width: 1.2rem;
  height: auto;
}

.home-page .main-content .note h5 {
  font-weight: bold;
}

.home-page .main-content .note p {
  font-size: 14px;
  color: #acacac;
}

.home-page .add-btn {
  height: 52px;
  position: fixed;
  left: -20px;
  bottom: 20px;
  width: 100%;
  text-align: right;
}
