@charset "utf-8";
/* CSS Document */
.banner-img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.heading{
	text-align: center;
	font-size: 24px;
	margin-bottom: 10px;

}
.heading-s{
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;

}
.book-cover{
	float:left;
	clear:both;
	word-wrap: normal;
	margin: 20px;
}
.text-content-pain {
    padding-right: 40px;
    padding-left: 30px;
    text-align: justify;
	text-decoration: none;
}

.image-container .button {
    position: absolute;
    bottom: 10px; /* Adjust the button's vertical position */
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    color: #FFFFFF;
    padding: 8px 20px;
    border-radius: 30px;
    text-decoration: none;
    z-index: 1;
}
.button2 {
    border: 2px #EF2881 solid;
    padding: 8px 30px;
    border-radius: 30px;
    color: #EF2881;
    text-decoration: none;
	font-weight: 800
}