.titles-style {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200; /* Light weight */
  color: black;
  font-size: 1.25em;
  max-width: 600px; /* Adjust width as needed */
  margin: 0 auto; /* Center the text block */
  text-align: center; /* Center-align text */
  line-height: 1.5; /* Adjust line height for readability */
}

.header-style {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600; /* Light weight */
  color: black;
  font-size: 1.25em;
  max-width: 600px; /* Adjust width as needed */
  margin: 0 auto; /* Center the text block */
  text-align: start; /* Center-align text */
  line-height: 1.5; /* Adjust line height for readability */
}

.custom-container {
  padding: 3% 5%;
}

.shortstories_image {
  border-top-left-radius: 25px; 
  border-top-right-radius: 25px; 
  height: 80%;
}

.line {
  border: none;
  height: 3px !important;
  background-color: gray;
  margin-bottom: 35px;
}

.card-link {
  text-decoration: none;
  color: black;
}

.card-link:hover {
  text-decoration: none;
  cursor: pointer;
}

.card-text {
  color: gray;
  font-size: 16px;
}

.card-title {
  margin-bottom: 0rem !important;
}