@import url('css.css');
@import url('css1.css');
* { margin:0; padding:0; }
body { padding:40px; background:#bd5a8117; font-family: 'Muli', sans-serif; color:#999; }
.wrapper { max-width:980px; width:100%; margin: 0 auto; }
h1,h2,h3,h4,h5 { font-family: 'Roboto Slab', serif; font-size:32px; font-weight:400; margin:20px 0 10px; }
img { max-width:100%; width:auto; height:auto; }
.postblock { color:#333; margin-bottom:60px; }

.scroll-content { transition: transform 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000); will-change:transform;  }