.first.blog{height:100vh}.first.blog h1{margin-bottom:2.5%}.first.blog h2{margin-bottom:8%}.second.blog{min-height:100vh}.post-cont{padding:5%;border-bottom:4px solid var(--accent-color);border-top:4px solid var(--accent-color);border-left:1px solid var(--accent-color);border-right:1px solid var(--accent-color);border-radius:10px;position:relative;display:grid;grid-template-rows:auto auto auto;background-color:white;box-shadow:0 0 15px #171717}.post-cont,.post-cont h2{width:100%;margin-bottom:5%}.post-cont h2{text-align:center;border-bottom:4px solid #171717;font-size:calc(24px + 1vw)}.post-cont p{text-align:left;width:100;margin:2%;font-size:calc(12px + .3vw)}.post-cont .footer{width:100%;display:grid;grid-template-columns:90% 10%;align-items:center;text-align:right;margin-top:10%;margin-bottom:-5%;grid-gap:5%;gap:5%}.footer img{width:60%;min-width:30px;aspect-ratio:1/1;border-radius:50%;justify-self:start;cursor:pointer}@media (max-width:1000px){.post-cont{padding:5% 10%;margin-bottom:10%}.post-cont p{margin:5%}}.loading-cont{width:100%;justify-items:center}.blog-cont{min-height:100vh;width:80%;margin:5% 0;padding:5% 10%;border-radius:25px;color:#171717;background-color:color-mix(in srgb,#f5f5f5,#171717 10%);border:8px solid #f5f5f5;box-shadow:0 0 10px var(--foreground),0 0 20px #171717 inset;align-content:center}.empty-blog-txt{color:color-mix(in srgb,#f5f5f5,#171717 30%);font-size:calc(32px + 2vw)}@media (max-width:1000px){.blog-cont{width:90%;padding:5%;margin:5%}}