* {
    margin: 0px;
    padding: 0px;
    font-family: poppins;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    
}
ul{
    list-style: none;
}
body{
    margin: 0px;
    padding: 0px;
    font-family: poppins;

}
#Blog{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    border-bottom: 1px solid #053466;


}
.Blog-heading{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.Blog-heading h3{
    font-size: 2.4rem;
    color: #fff;
    font-weight: 600px;
}
.Blog-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
    flex-wrap: wrap;

}
.Blog-box{
    width: 350px;
    background-color: #053466;
    border: 2px solid #fefefe; 
    margin: 20px;
}
.Blog-img {
    width: 100%;
    height: auto;

}
.Blog-img img{
    width: 100%;
    height:100% ;
    object-fit: cover;
    object-position: center;

}
.Blog-text{
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.Blog-text span {
    color: #fff;
    font-size: 20px;
}

.Blog-text a {
    color: #fff;
    font-size: 28px;
    font-weight: 300;

}
.Blog-text a:hover{
    color: red;
    transition: all ease 0.3s;
}


.word {
    position: -webkit-sticky;
    position: sticky;
    left: 100px;
    color: white;
    font-size: 60px;
    margin-top: 15px;
    display: inline-block; /* Display the word "Shield" inline */
    margin-right: 20px; /* Add some space between the word and buttons */
}
.big{
    position: relative; /* or absolute */
    left: 80px; /* adjust the value as needed */
    top: 5px; /* adjust the value as needed */
}
.home{
    position: sticky;
    display: inline-block; /* Display the buttons inline */
    padding: 10px 20px; /* Add padding to the buttons */
    background-color: #053466; /* Blue background color */
    color: #fff; /* White text color */
    text-decoration: none; /* Remove underline from links */
    margin-right: 7px; /* Add some space between the buttons */
    margin-left: 920px;
    border: 2px solid #fefefe; 
}
