
.header{
    justify-content:left;
    color: brown;
}

div{
    background-color: rgb(255, 233, 230);

}

.post{
   
    font-size: 30px;
    color: rgb(255, 59, 59);
    text-shadow: 0 0 20px rgba(230,57,70,0.8);
    justify-content: center;
    text-align: center;
    
  
}
/* #post1{
    background-color: rgb(255, 80, 80);
     font-size:medium;
     color: white;
} */

h1 {
    color:red;
    font-size: 150px;
     text-shadow: 0 0 20px rgba(230,57,70,0.8);
     transition: 1s;
}
h1:hover {
    font-size: 300px;
}

h2 {
     color:red;
    font-size: 180px;
     text-shadow: 0 0 20px rgba(230,57,70,0.8);
    transition: 1s;
}
h2:hover {
    font-size: 300px;
}


img{
    width: 60%;

}





