html, body{padding:0;margin:0;text-shadow: 0 1px 5px rgb(0 0 0 / 20%);word-wrap: break-word;background:#fafbfb;}
a{text-decoration:none;color:#3b4351;cursor: pointer;}

main{width:100%;max-width:670px;margin:0 auto;background:#fff;}

header{display: block;position:relative;height:196px;margin-bottom:30px;background-image: url(https://www.vbolu.com/usr/themes/vbox/style/bg/4.webp);background-size: cover;background-position: center;}
header .author{height: 60px;position: absolute;bottom:-25px;right:20px;text-align: right;}
header .author .avatar{width:60px;height:60px;float:right;}
header .author .avatar img{width:100%;height:100%;border-radius:7px;}
header .author .title{float:right;margin-right:15px;}
header .author .title a{font-size:big;color:#fff;}
header .author .title p{font-size:small;color:gray;}

header .nav{position: absolute;bottom:0;left:20px;margin:0;padding:0;}
header .nav a{color:#fff;display: inline-block;padding: 0 15px;height: 22px;font-size: small;border: 1px solid #fafbfb75;background: #00000040;}

container{display: block;padding:20px;}