.blog button{
  width: 110px;
  font-size: 20px;
  border: none;
  background: #f79c04;
  border-radius: 5px;
  color: white;
  padding: 10px;
}

.blog p{
  text-align: justify;
}
.blog img{
  border-radius: 25px;
}