.post {
    background-color: white;
    border-radius: 0.5em;
    display:block;
   
   
    
}
.post img {
    margin-top:  10px;
    margin-left: 20px;
    margin-bottom: 10px;
    
}

.post h5 {
    margin-top:20px;
}


.img {
	max-width: 100%;
	height: auto;
}
