/* markdown-styles.css */
.markdown-content a {
  color: #0077B6;
  text-decoration: none;
  border-bottom: dotted 1px;
  padding-bottom: 3px;
}

.markdown-content a:hover {
  color: #F0386B;
 
}

.markdown-content hrefa {
  color: #0077B6;
  text-decoration: none;
  padding-bottom: 3px;
}

.markdown-content tcenter {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.markdown-content center {
  text-align: center;
  font-size: 18px;
}

.markdown-content imgc {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  text-align: center;
  font-size: 18px;
}

.markdown-content mdiv {
  font-size: 16px;
}

.markdown-content h2 {
  font-size: 28px;
  color: #555;
  font-style: regular;
  font-weight: normal;
}

.markdown-content h3 {
  font-size: 24px;
  color: #555;
  font-style: regular;
  font-weight: normal;
}

.markdown-content h4 {
  font-size: 22px;
  color: #555;
  font-style: normal;
  font-weight: normal;
}

.markdown-content fnote {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 18px;
  margin-bottom: 18px;
}

.markdown-content figcaption {
  font-size: 1.1rem;
  line-height: 1.8rem;
}

.markdown-content readmore {
  color: #F0386B;
}

.markdown-content .button-1 {
  background-color: #EA4C89;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Tiro Bangla", sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  line-height: 24px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-1:hover,
.button-1:focus {
  background-color: #F082AC;
}