#text{
    color: white!important;
}
#icon1{
    stroke: white!important;
}

#logo1 {
  max-width: 100px!important;
}

#blog-posts {
    display: flex;
    flex-wrap: wrap;
    /* / overflow-x: auto; / */
    /* / -webkit-overflow-scrolling: touch; / Enables smooth scrolling on iOS devices / / */
  }

  .single-blog-post {
    /* / display: flex; / */
    position: relative;
    top: 30px;
    flex: 0 0 auto;
    /* / margin-right: 20px; / Adjust margin as needed / / */
    /* / width: 100%; / Adjust width of each blog post card / / */
    height: 50%;
    /* / / border: 1px solid black; / / */
    /* / / border-radius: 2px; / / */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .blog-image{

    width: 100%;
    height: 50%;
  }

  .blog-image img{
     position: relative;
    height: 100%;
    width: 100%;
    object-fit: contain;

     top: 20px;
  }
  .details{
    display: flex;
    flex-direction: column;
    width: 80%;
    position: relative;
    left: 20px;
    top: 25px;
    font-size: large;

  }
