body {
    background: #F6E6E6;
background: linear-gradient(127deg, rgba(246, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(247, 242, 240, 1) 100%);
}

* {
    letter-spacing: 0;
}

#sidebar ul li {
  list-style: none;
}

.p-postList.-type-card .p-postList__item {
  background: #fff;
  padding: 15px;
  margin: 5px;
}

.post,.voice,.column {
    background: #fff;
    padding: 25px;
    border-radius: 18px;
}

@media (min-width: 600px) {
  .p-postList.-type-card .p-postList__item {
    flex-basis: 48%;
  }
}