#posts{color:#fff;font-size:3em;margin:1em;background-color:#1f1f1f;display:grid;gap:.1em}#posts,#posts h1{padding:.5em;border-radius:10px;filter:drop-shadow(0 1px 2px rgb(0 0 0/.1)) drop-shadow(0 1px 3px rgb(0 0 0/.6))}#posts h1{display:flex;justify-content:center;font-size:1em;font-weight:600}#posts div{background-color:#3b3b3b;display:grid;grid-template-columns:auto auto}#posts div,#posts div a{border-radius:10px;filter:drop-shadow(0 1px 2px rgb(0 0 0/.1)) drop-shadow(0 1px 3px rgb(0 0 0/.6));padding:.5em}#posts div a{margin:.5em;background-color:#1f1f1f}#posts div a,#posts h3{font-size:.75em}.post{display:grid;grid-template-rows:auto auto;background-color:#1f1f1f;font-size:3em}.post,.post h1{margin:1em;border-radius:10px;filter:drop-shadow(0 1px 2px rgb(0 0 0/.1)) drop-shadow(0 1px 3px rgb(0 0 0/.6))}.post h1{background-color:#3b3b3b;font-size:.5em;padding:1em}.postimg{height:20em;width:auto;margin:auto}.post-content,.postimg{border-radius:10px;filter:drop-shadow(0 1px 2px rgb(0 0 0/.1)) drop-shadow(0 1px 3px rgb(0 0 0/.6))}.post-content{background-color:#3b3b3b;font-size:.5em;padding:2.5em;margin:1em}.post-content p{padding:3em 4em}.cad-post{display:grid;grid-template-rows:auto auto;margin:1em;text-align:center}@media only screen and (max-width:720px){#posts div{grid-template-columns:auto}.post-content p{padding:1em}.postimg{border-radius:10px;height:5em;width:auto}}