body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: url('backgroundgif.gif') no-repeat center center fixed;
    background-size: cover;
    color: #fff;
}
.blog{
    background: rgba(45, 43, 85, 1);
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    font-family: 'Poppins', sans-serif;
    max-width: 800px;
    margin: 20px auto;
    margin-top: 100px;
    text-align: center;
}
.blog h1 {
    font-size: 2em;
    margin-bottom: 10px;
    font-weight: bold;
}
.blog h1, h3{
    color: #e1bb04; 
}
.blog img{
    max-width: 100%;
    border-radius: 15px;
}
.blog p {
    font-size: 1.2em;
    line-height: 1.6;
    text-align: center;
}
.blog button{
    padding: 8px 20px;
    font-size: 1em;
    background: #e1bb04;
    color: #fff;
    border: none;
    border-radius: 5px;
}
.blog button:hover{
    background: blue;
    color: white;
}