.custom-container {
  background-color: #ffffff;
  text-align: center;
  padding: 20px 20px;
  margin: 30px auto;
  max-width: 80%;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.custom-h1 {
  color: #000000;
  font-size: 1.5em;
  text-align: center;
}

.custom-p {
  color: #666;
  text-align: left;
  padding: 10px;
}

.custom-infodate {
  font-weight: bold;
}

.custom-read-detail {
  position: relative;
  padding: 20px 0 20px 1rem;
}

.custom-read-detail::before,
.custom-read-detail::after {
  content: "";
  position: absolute;
  width: 100%;
  border: 1px dotted #000;
}

.custom-read-detail::before {
  top: 0;
  left: 0;
}

.custom-read-detail::after {
  bottom: 0;
  left: 0;
}

.custom-separation {
  height: 70px;
}
