body {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.card-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.date {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.list-group-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nameday,
.holiday,
.quote,
.article {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.holiday,
.article {
  border-left: 1px solid #ccc;
}
.text {
  font-size: 15px;
}
