/* copyright 2022 https://hmkne.blogspot.com */
/* https://github.com/hmkneit/blob/main/api/blog-site/posts.css */

.body{
  font-family:'Poppins';
  line-height:1.7;
  color:#333;
}

.post{
line-height:1.7;
color:#333;
font-size:16px;
}

.post h1{
font-size:28px;
margin-bottom:10px;
}

.post h2{
font-size:22px;
margin-top:30px;
}

.post h3{
font-size:18px;
margin-top:20px;
}

.post img{
border-radius:8px;
margin:20px 0;
max-width:100%;
}

.box{
background:#f5f7ff;
border:1px solid #dfe3ff;
padding:15px;
border-radius:8px;
margin:20px 0;
}

.box a{
color:#2b5cff;
font-weight:600;
text-decoration:none;
}

.spec-box{
background:#fafafa;
border:1px solid #eee;
padding:15px;
border-radius:8px;
margin:20px 0;
}

.title{
text-align:center;
font-weight:600;
margin-top:30px;
}
