body {
    font-family: Poppins, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;

}

.header_blog {
    text-align: center;
    background: linear-gradient(135deg, #FF0080 0%, #8000FF 100%) !important;
    color: white;
    padding: 20px;
}

.blog-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    justify-content: center;
    margin: 20px;
}

.header_blog h1{
    font-size: 2.5rem;
    font-weight: 800;
}

.header_blog {
    font-size: 1.5rem;
    font-weight: 200;
}

.blog-post {
    background: white;
    padding: 15px;
    margin: 15px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    text-align: center;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-post img{
  max-height: 250px;
  min-height: 250px;
}

 a{
    text-decoration: none;
    color: rgb(0, 166, 255);
}

.article_container a:hover{
  text-decoration: underline;
  color: rgb(4, 122, 186);
}

a h2{
  background: linear-gradient(135deg, #FF00A8 0%, #C800D1 40%, #8000FF 100%) ;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 200%;
  animation: gradient-animation 3s ease infinite;
}

.blog-post {
    background: white;
    padding: 15px;
    margin: 15px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    text-align: center;
}
.blog-post:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);

}

.blog-post img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.blog-post h2 a {
    background: linear-gradient(135deg, #8254EA, #E86DEC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 200%;
    animation: gradient-animation 3s ease infinite;  

    text-decoration: none;
}

.blog-post p {
    font-size: 1rem;
    font-weight: 300;
    color: #333;
}

.article_content a{
    font-weight: 700;
}

.date {
    font-size: 12px;
    color: gray;
    margin-top: 8px;
}

.pagination {
    text-align: center;
    margin: 20px 0;
}

.pagination a {
    text-decoration: none;
    color: #003366;
    font-weight: bold;
    margin: 0 10px;
}

.blog_article_tn{
    width: 30rem;
    border-radius: 4px;
    margin-top: 30px;
}

.article_container{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #333;
margin-bottom: 50px;

}

.article_content{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 90%;
text-decoration: none;
list-style-type: none;
}

.article_content ul{

text-decoration: none;
list-style-type: none;
}

h2{
    font-size: 3rem;
    margin-top: 25px;
    font-weight: 800;
}

.blog_home_h2{
    font-size: 1.6rem;
}

.article_content p{
    font-size: 1.8rem;
    font-weight: 300;
}

h3{
    font-size: 2rem;
    margin-top: 13px;
    font-weight: 700;
color: #C063EB;
}

.article_content ul li{
    font-size: 1.5rem;
    font-weight: 300;
}

.article_content img{
    width: 40rem;
    margin-top: 30px;
}

table{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.3rem;

}

th{
  padding-right: 40px;
}

@media only screen and (max-width: 320px) {
    .header_blog h1 {
      font-size: 2rem;
    }
    .blog-container {
      grid-template-columns: 1fr;
      margin: 10px;
    }
    .article_container,
    .article_content {
      width: 100%;
      padding: 10px;
    }
    .blog-post,
    .article_content img {
      width: 100%;
    }
  }
  
  /* Small Devices (max-width: 375px) - e.g., iPhone 6/7/8 */
  @media only screen and (max-width: 375px) {
    .header_blog h1 {
      font-size: 2.2rem;
    }
    .blog-container {
      grid-template-columns: 1fr;
      margin: 10px;
    }
    .article_container,
    .article_content {
      width: 100%;
      padding: 10px;
    }
  }
  
  /* Mobile Devices (max-width: 480px) */
  @media only screen and (max-width: 480px) {
    .header_blog h1 {
      font-size: 2rem;
    }
    .header_blog p {
      font-size: 1rem;
    }
    .blog-container {
      grid-template-columns: 1fr;
      margin: 10px;
    }
    .blog-post {
      margin: 10px;
      padding: 10px;
    }
    .article_content {
      width: 100%;
      padding: 10px;
    }
    .article_content img {
      width: 100%;
    }
  }
  
  /* Small Devices (max-width: 576px) */
  @media only screen and (max-width: 576px) {
    .header-container {
      flex-direction: column;
      align-items: center;
      padding: 10px;
    }
    nav.menu {
      flex-direction: column;
    }
    .blog-container {
      grid-template-columns: 1fr;
      margin: 10px;
    }
    .header_blog h1 {
      font-size: 2.2rem;
    }
    .article_content {
      width: 100%;
      padding: 10px;
    }
  }
  
  /* Medium Devices (max-width: 768px) */
  @media only screen and (max-width: 768px) {
    .header_blog h1 {
      font-size: 2.5rem;
    }
    .blog-container {
      grid-template-columns: 1fr;
      margin: 15px;
    }
    .article_content {
      width: 100%;
      padding: 15px;
    }
    .blog_article_tn {
      width: 100%;
      margin-top: 20px;
    }
  }
  
  /* Tablets / Small Laptops (max-width: 992px) */
  @media only screen and (max-width: 992px) {
    .blog-container {
      grid-template-columns: 1fr 1fr;
      margin: 15px;
    }
    .header-container {
      padding: 15px;
    }
    .article_content {
      width: 90%;
    }
  }
  