#about img {
width: 550px;
image-rendering:auto;
}

/*
@keyframes koalarainbows {
0%{color: salmon;}
11%{color: orange;}
22%{color: yellow;}
33%{color: lightgreen;}
44%{color: cyan;}
55%{color: deepskyblue;}
66%{color: mediumslateblue;}
77%{color: violet;}
88%{color: hotpink;}
100%{color: salmon;}
}
.box>.blogs div:nth-child(2) {
  /*animation: koalarainbows 0.5s infinite;*/
  font-size: 30px;
}
.box>.blogs div:nth-child(2):before {
  background-image: url("/res/new.gif");
  background-size: 50px 29px;
  display: inline-block;
  width: 50px; 
  height: 29px;
  content:"";
  position: relative;
  top: 2px;
}
*/
