/* .typing {
  font-size: 32px;
  font-weight: bold;
  border-right: 3px solid #000;
  white-space: nowrap;
  overflow: hidden;
  width: fit-content;
}
.typing{
  margin-left: -70px !important;
} */
.mkd_center{
  text-align: justify;
}
 .img-10x15 {
  width: 100%;
  max-width: 500px; 
  aspect-ratio: 3 / 2; 
  object-fit: cover; 
  border-radius: 8px; 
}