html,body{height:100%;margin:0;padding:0}body{color:#222;font-family:serif;font-size:18px;line-height:1.5;display:flex;flex-direction:column;margin:0 auto}header{border-bottom:1px solid #222;margin-bottom:1rem}main{flex:1 0 auto;display:flex;justify-content:center}footer{flex-shrink:0;margin-left:2rem}a{color:#00e;text-decoration:none}.home-content{text-align:center}.home-title{margin-bottom:2rem;text-align:center}.home-title a{color:#000}.posts-list{display:inline-block;text-align:left;max-width:100%}.single-post{max-width:630px;margin:0 auto}.list_wrapper{min-width:500px;max-width:600px}.list_wrapper h2{text-align:center}@media screen and (max-width:768px){.single-post{max-width:90%;padding:0 1rem}}