@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap);*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}body{font-family:Montserrat,sans-serif}p{margin:15px 0;line-height:1.8}a{text-decoration:none;color:#333;font-weight:700}img{width:100%;border-radius:10px}header{background:#f7b6a8;padding:5px;margin-bottom:40px}header,header a{color:#fff}.container{max-width:768px;margin:auto;padding:0 10px}.btn{display:inline-block;background:#d3c0be;color:#fff;border:none;padding:8px 16px;border-radius:5px;cursor:pointer;text-decoration:none;font-size:15px;font-family:inherit;font-weight:700}.btn:focus{outline:none}.btn:hover{-webkit-transform:scale(.98);transform:scale(.98)}.btn-back{background:#f4f4f4;color:#000;margin-bottom:20px}.posts{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px;gap:30px;margin-top:30px}.card{padding:15px;border-radius:10px;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.2);box-shadow:0 4px 8px 0 rgba(0,0,0,.2)}.card-page{padding:15px 30px}.anim-image{width:100%}.post-title{margin:10px 0}.post-date{background:#f4f4f4;margin-bottom:20px;padding:3px 10px}.post-body ul,ol{font-size:110%;line-height:2.3;font-weight:700;margin:10px 0}.post-body pre{background:#f4f4f4;padding:20px;margin:20px 0;line-height:2.3}.post-image-title{font-size:.9em;text-decoration:underline}.post-image-text{font-style:italic;font-size:.8em}@media (max-width:500px){.posts{grid-template-columns:1fr}}footer{display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;-moz-box-align:space-between;align-items:space-between;background-color:transparent;padding:4em 1em 1em;text-align:center;font-size:.9em}.copyright-link{padding-left:5px}.logo{width:17px;margin-left:5px}