body {
  text-align: center;
  margin: 0;
  font-family: 'Merriweather', serif;
  color: #40514E;
}

h1 {
  margin: 50px;
  font-family: 'Sacramento', cursive;
  color: #66BFBF;
  font-size: 70px;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  color: #66BFBF;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  color: #11999E;
}

hr {
  border: dotted #EAF6F6 6px;
  border-bottom: none;
  width: 4%;
  margin: 100px auto;
}

p {
  line-height: 2;
}

a {
  color: #11999E;
  font-family: 'Montserrat', sans-serif;
  margin: 10px 20px;
  text-decoration: none;
}

a:hover {
  color: #EAF6F6;
}

/*----Containers-------------- */
.intro {
  width: 30%;
  margin: auto;
}

.description {
  font-weight: normal;
}

.contact-message {
  width: 40%;
  margin: 40px auto 60px;
}

.top-container {
  background-color: #E4F9F5;
  position: relative;
  padding-top: 100px;
}

.middle-container {
  margin: 100px 0;
}

.bottom-container {
  background-color: #66BFBF;
  padding: 50px 0 20px;
}

/*------------------------------------- */
.btn {
  color: #11999E;
}

.footer-link {
  color: #11999E;
}

/*Div styling */
.skill-row {
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
  line-height: 2;
}

/*Images styling */
.top-cloud {
  position: absolute;
  right: 300px;
  top: 50px;
}

.bottom-cloud {
  position: absolute;
  left: 300px;
  bottom: 300px;
}

.prof {
  padding-top: 100px;
  width: 15%;
}

.copywright {
  color: #EAF6F6;
  font-size: 0.75rem;
}

.chilli-p {
  margin-right: 10px;
  width: 40%;
  float: left;
}

.comp-p {
  margin-left: 30px;
  width: 40%;
  float: right;
}

.blog-p {
  margin-left: 30px;
  width: 25%;
  float: right;
}

.now {
  width: 15%;
}

.audiobooks-p {
  width: 10%;
  margin: 0px auto 0px auto;
}

.btn {
  background: #11cdd4;
  background-image: -webkit-linear-gradient(top, #11cdd4, #11999e);
  background-image: -moz-linear-gradient(top, #11cdd4, #11999e);
  background-image: -ms-linear-gradient(top, #11cdd4, #11999e);
  background-image: -o-linear-gradient(top, #11cdd4, #11999e);
  background-image: linear-gradient(to bottom, #11cdd4, #11999e);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: 'Merriweather', serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #30e3cb;
  background-image: -webkit-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -moz-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -ms-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -o-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: linear-gradient(to bottom, #30e3cb, #2bc4ad);
  text-decoration: none;
}

/*Books  images styling */
.bookPic {
  margin-left: 30px;
  width: 10%;
}

/*Blog styling */
.blogs {
  text-align: center;
}

.blogs_body {
  margin-left: 30px;
  text-align: center;
}

.blog_hr {
  margin: 30px auto;
}

.blog-page {
  width: 15%;
}

.design-page {
  width: 15%;
}

.top-container-blog {
  position: relative;
  padding-top: 20px;
}

.blog_header {
  margin: 10px auto auto 0px;
}

.exp-heading{
  margin-left: 30px;
  text-align: left;
}

.c_share{
  margin-left: 10px;
  left: 0;
}

/* Additional styles for book grid and reading icon */
.book-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 20px;
    padding: 20px;
    margin: auto;
}

.book-item {
    position: relative;
    text-align: center;
}

.reading-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px;
    border-radius: 50%;
    font-size: 20px;
    color: #11999E; /* Or any color that fits your design */
    z-index: 10;
}

.book-image {
    width: 100%;
    height: auto;
    border-radius: 8px; /* Optional: adds rounded corners to your images */
}
