:root {

    --main-color: #d3ad7d;
    --border: 0.1rem solid rgba(19, 10, 10, 0.3);
    --black: #13131a;
    --bg: #010103;
   
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
    transition: 0.2 linear;
    
}

html { font-size: 16px; } /* base */
body { font-size: 1rem;  margin: 0;
 min-height: 100vh;
 background: #f6f8fb;
 color: #111; } /* 16px */

@media (max-width: 768px){
 html { font-size: 15px; } /* diminui um pouco no celular */
 h1 { font-size: 1.6rem; }
 h2 { font-size: 1.3rem; }
 p, a, li { font-size: 1rem; }
}

@media (max-width: 480px){
 html { font-size: 14px; } /* celulares menores */
}


body {
        
  margin: 0;
 min-height: 100vh;
 background: #f6f8fb;
 color: #111;
    background: #f6f8fb;
}


.search-results a{ display:block; padding:10px 12px; color:#111; text-decoration:none; }
.search-results a:hover{ background:#f3f3f3; }

@media (max-width:768px){
 .search-bar{ width:100%; margin:10px 0 0; }
 .search-bar input{ width:100%; min-width:0; }
 .search-results{ left:16px; right:16px; }
}
@media (max-width:768px){
 .topbar{
 flex-direction: column;
 gap: 10px;
 }
/* logo (texto) */
.logo-text{
 font-size: 3rem;
 font-weight: 900;
 color: #ffd400;
 text-decoration: none;
 letter-spacing: .5px;
 text-shadow: 0 2px 0 #000,
 0 0 10px rgba(255,212,0,.65),
 0 0 22px rgba(255,212,0,.35);
}
nav,
nav * {
 color: #000 !important;
}
/* desktop: logo bem no centro */
.topbar{ position: relative; display:flex; align-items:center; padding:16px; }
.topbar .logo-text{ position:absolute; left:50%; transform:translateX(-50%); }
.topbar .inicio{ margin-left:auto; display:flex; gap:24px; list-style:none; padding:0; }

/* celular: centraliza e aumenta */
@media (max-width:768px){
 .topbar{ flex-direction: column; gap: 10px; }
 .topbar .logo-text{
 position: static;
 transform: none;
 font-size: 2.4rem;
 text-align: center;
 }
 .topbar .inicio{ margin-left:0; justify-content:center; flex-wrap:wrap; }
}

 .logo-text{
 position: static; /* remove o absolute no celular */
 transform: none;
 text-align: center;
 }

 .inicio{
 margin-left: 0;
 justify-content: center;
 flex-wrap: wrap;
 }
}


.logo-img {
    height: 70px;
    w-32 h-32 roudend-full shadow-lg:hover:scale-110;
}

.search {
    display: flex;
    border: 1px solid #202099;
    background-color: #cce7d0;
    flex: 1;
    width: 400px;
    margin: 20px auto;
    align-items: center;
    justify-content: space-around;
    padding: 5px 10px;
    height: 30%;
}

#searchinput{
    padding: 8px;
    border: none;
    background-color: transparent;
    width: 100%;
    outline:none;
}


.inicio a {
   display:inline-block; margin:0 1rem;
}

.inicio{  list-style:none; display:flex; gap:18px; align-items:center; margin:0; padding:0;
}
.dropdown:hover .dropdown-menu{ display:block; }

@media (max-width: 768px){
 .inicio{
 flex-wrap:wrap;
 justify-content:center;
 gap:10px;
 }
 .inicio a{
 margin:0;
 padding:8px 10px;
 font-size:1.2rem;
 white-space:nowrap;
 }
 .dropdown-menu{
 left:50%;
 transform:translateX(-50%);
 }
}


.inicio a:hover {
    background-color: #222;
    color: var --main-color;
    border-bottom: 0.1rem solid var --main-color;
    padding-bottom: 0.5rem;
    font-size: 1.3rem;
}
.dropdown a{

    color: #fff;
    
}

.dropdown {
    position:relative; float:none;
}
.dropdown-menu{
    position: absolute;
    box-shadow:  0 0 2px white;
    background: #088178;
    display: none;
}
.dropdown-menu a{
    display: block;
    color: #fff

}

.dropdown:hover .dropdown-menu{
    display: block;
}

.input-group {
    
    
    background-color: #fff;
    border-radius: 10px;
    flex: 1;
    padding: 0 1rem;
    align-items: center;
    height: 40px;
    
    
}

.input-group input {
    background: transparent;
    padding: 10px;
    width: 80px;

}

.section1 {
    padding: 3rem 2rem;
    margin: 0 auto;
    max-width: 1200px;
}

.header .buscar{
    padding: 8px 16px 8px 8px;
     width: 100%;
    border: none;
}

#buscar {
   
}

.section1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.container1 {
   
    background-position: center;
    background-size: cover;
}

.content {
    max-width: 60rem;
}

.content h3{
    color: #fff;
    font-size: 6rem;
    font-weight: 100;
    line-height: 1.8;
    padding: 1rem 0;
}


.content p {
    color: #fff;
    font-size: 2 rem;
    font-weight: 100;
    line-height: 1.8;
    padding: 1rem;
}

#itens {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
} 

#itens .boxcontainer {
width: 100px;
text-align: center;
padding: 100px 50px 50px;
box-shadow: 20px 20px 34px rgba(red, green, blue, alpha);
border: 1px solid #cce7d0;
border-radius: 4px;
margin: 15px 0;
display: grid;
grid-template-columns: 1.5fr 1fr;

}

#popular-news{
    display: flex;
    margin: 50px 5%;
}

#popular-news img{
    width: 100%;
    filter: brightness(0.7);
}

#popular-news h2{
    margin: 0;
    padding: 5px;
    color: #cce7d0;
}
#featured h2{
    background-color: #010103;
}

#lasted h2{
    background-color: #010103;
}

#our-picks h2{
    background-color: #088178;
}

.carousel, .new-container{
    position: relative;
}
.popular-news-text{
 font-size: 14px; /* padrão */
 position: absolute;
 color: #fff;
 z-index: 2;
 bottom: 5px;
 font-weight: 800;
 padding: 0 10px;
 transition-duration: 500ms;
}

@media (max-width: 768px){
 .popular-news-text{ font-size: 12px; }
}

@media (max-width: 480px){
 .popular-news-text{ font-size: 11px; }
}

#featured{
    flex: 2;
}

#lasted, #our-picks{
    flex: 1;
}

.new-container:hover > .popular-news-text{
    bottom: 10px;
}
#itens .boxcontainer:hover {
   
   background-color: cornflowerblue;
}

#itens .boxcontainer img {
    width: 100%;
    margin-bottom: 10px;
}

#itens .boxcontainer .h3 {
    display: inline-block;
    line-height: 1;
    border-radius: 4px;
    color: #088178;
    padding: 9px 8px 6px 8px;
    background-color: #010103;s
}

.itens .boxcontainer .price {
    color: #fff;
    font-size: 2.5rem;
    padding: 0.5rem 0 ;
}
img{
 max-width: 100%;
 height: auto;
 display: block;
}



.itens .boxcontainer .price spam{
    color: #fff;
    font-size: 1.5rem;
    text-decoration: line-through;
    font-weight: lighter;
}


#mobile {
    display: flex;
    align-items: center;
}

#mobile i{
    color: #lalala;
    
}

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #088178;
    gap: 20px;
    background: #f6f8fb;
 color: #111;
    
}

footer .coi{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    text-align: center;
}

.col p{
    color: #fff;
}

.coi a{
    color: #fff;
}

footer .logo {
    margin-bottom: 30px;
    height: 30%;
}
.item-letra {
    
}
footer h4{
    font-size: 14px;
    padding-bottom: 20px;
}

footer p {
    font-size: 13px;
    margin: 0 0 8px 0;
}

footer .follow{
    margin-top:20px;
}

footer .follow i {
    color: #465b52;
    padding-right:4px ;
    cursor: pointer;
}

footer a{
    font-size: 13px;
    text-decoration: none;
    color: #222;
    margin-bottom: 10px;
}


.mobile {
    position: fixed;
    top: 0;
    right: -100;
    width: 360px;
    height: 100px;
    box-shadow: -2px 0 10px rgba(red, green, blue, alpha);
    padding: 65px 20px 40px;
    z-index: 100;
    overflow: auto;
}
.mobile img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    box-shadow: -2px 0 10px;
}

.cartbox {
    border: 0;
    border-radius: 4px;
    padding: 8px;
    background-color: #465b52;
    margin: 8px;
    cursor: pointer;
}

.cartbox i {
    color: #fff;
}

.fa-cart-arrow-down{
    background: transparent;
    border: 1px solid var;
}


.sidebar.open {
    right: 0;
}

.sidebar.close {
    position: absolute;
    right: 10px;
}




.sidebar--footer {
    position: absolute;
    background-origin: padding-box ;
}


.cart-detail {
    display: grid;
    gap: 8px;
    margin-right: auto;
}

.cart-quality {
    display: flex;
    width: 100px;
    border: 1px solid #999;
    border-radius: 6px;
}

.cart-quality button {
    background: transparent;
    width: 30px;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.cart-quality number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border-left: 1px solid;
}

.total-price {
    margin-left: 10px;
    font-weight: 600;
}

.btn-buy {
    display: block;
    padding: 10px 30px;
    background: #e35e26;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    margin: 20px auto 0;
    cursor: pointer;
}




#menu-celular{
    width: 28px;
    margin-left: 20px;
    display: none;
}

@media only screen and (max-width: 800px;){
        nav ul{
            position: absolute;
            top: 70px;
            left: 0;
            background: var(--cor, .btn1);
            width: 100%;
            overflow: hidden;
        }
           
        

        nav ul li {
            display: block;
            margin-top:10px;
            margin-right: 50px;
            margin-botton:10px;
        }

   #menu-celular{
    display: block;
   }     
}

.navbar{
    position: relative;
    text-align: right;
}

.navbar img{
    width: 40px;
}
    
.navbar span{
    background-color: #e35e26;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    top: -5px;
    left: 80%;
    padding: 3px 10px;
}


.menu-lista li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
}

.nav-button{
    border: 0;
    border-radius: 4px;
    padding: 8px;
    background-color: #465b52;
    margin: 8px;
    cursor: pointer;
}

.nav-button i {
    color: #fff;

}

.overlay {
    width: 0;
    height: 100%;
    background-color: rgba(255,255, 255, 0.2);
    z-index: 9;
    position: fixed;
    right: 0;
    top: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    transition: all 0.5s;
    box-shadow: -10px 0 10px rgba(0, 0, 0, 1);
    backdrop-filter: blur (10px);
}

#overlay-content {
    position: relative;
    top: 25%;
    width: 20%;
    text-align: center;
    margin-top: 30px;
}

.overlay a{
    padding: 8%;
    text-decoration: none;
    color: #010103;
    display: block;
    font-size: 20px;
    transition: 0.3s;
}

.overlay a:hover .overlay a:focus{
    color: #cce7d0;
}

.overlay .closebtn{
      position: absolute;
      top: 25px;
      right: 45px;
      font-size: 10px;


}

#cart-content {
      width: 0;
    height: 100%;
    background-color: rgba(255,255, 255, 0.2);
    z-index: 9;
    position: fixed;
    right: 0;
    top: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    transition: all 0.5s;
    box-shadow: -10px 0 10px rgba(0, 0, 0, 1);
    backdrop-filter: blur (10px);
}



#carrinho {
    position: relative;
    top: 25%;
    width: 20%;
    text-align: center;
    margin-top: 30px;
}

.cart-content a{
    padding: 8%;
    text-decoration: none;
    color: #010103;
    display: block;
    font-size: 20px;
    transition: 0.3s;
}

.cart-content a:hover .cart-content a:focus{
    color: #cce7d0;
}

.cart-content .closebtn{
      position: absolute;
      top: 25px;
      right: 45px;
      font-size: 10px;


}

.nav-butto{
    border: 0;
    border-radius: 4px;
    padding: 8px;
    background-color: #465b52;
    margin: 8px;
    cursor: pointer;
}

.nav-butto button{
    height: 60px;
    background: transparent;
    border: 0;
    font-family: inherit;
    color: inherit;
    cursor: pointer;
    text-align: left;
    padding: 0;
}

.nav-butto i {
    color: #fff;

}

.nav-butto button > span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    height: 48px;
    padding: 0 16 0 12px;
    border-radius: 24px;
    line-height: 1;
    transition: all 0.4s;
}

.nav-butto button:hover > span {
    background: rgba(0, 0, 0, 1);
}

.section2 .conteudo{
    height: 428px;
    width: 635px;
    border-radius: 2px;
    overflow: hidden;
    position: absolute;
    
    left: 50%;
    transform: translate(-50%, -50%);
}

.navigation {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
}

.bar {
    width: 78px;
    height: 17px;
    border: 2px solid #fff;
    margin: 6px;
    border-radius: 5px;
    cursor: pointer;
    transition: .6s;
}

.bar:hover{
    background-color: #E3E6F6;
}

input{
    display: none;
}

.slides{
    display: flex;
    width: 500%;
    height: 100%;
}

.slide {
    width: 20%;
    transition: .6s;
}

.slide img{
    width: 80%;
    height: 100%;
}

#radio1:checked ~ .s1{
    margin-left: 0;

}

#radio2:checked ~ .s1{
    margin-left: -20%;
}

#radio3:checked ~ .s1{
    margin-left: -40%;
}

#radio4:checked ~ .s1{
    margin-left: -60%;
}


.banner{
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    padding: 30px;
    margin-top: 6px;
}

.banner-sub-content{
    display: flex;
}
.banner-sub-content,
.banner-sub-content * {
 color: #085581 !important;
}
.banner-main-content{
    font-size: 0 2rem;
    line-height: 1.7;
    
}

.banner-main-content h2{
    font-size: 2rem ;
    font-family: var;
    (..heading)
}

.banner-main-content h3{
    border: none;
    background: #cce7d0;
    padding: 14px 18px;
    font-size: 1.2rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    transition: background;
}

.banner-main-content button a{
    color: #010103;
    transition: color 1s case;
}

.banner-main-content button a:hover{
    color: #088178;
}

.current-news-head {
    background: #fff;
    padding: 20px;
}

.current-news-head h3{
    padding: 6px;
    cursor: pointer;
    position: relative;
}

.current-news-head
h3:hover::before{
    content: ">> ";
    position: absolute;
    left: -12px;
}
.current-news-head span{
    display: block;
    font-family: var();
    font-weight: 300;
    text-transform: uppercase;
}
.hot-topic{
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 12px;
    height: 300px;
}

.hot-topic img{
    display: block;
}

.hot-topic-content{
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    padding: 10px 20px;
    line-height: 1.3;
    color: #cce7d0;
}

.hot-topic h2{
    padding: 25px 10;
    font-size: 15px;
    text-shadow: 0 0 2px;
}

.hot-topic p{
    padding: 35px 10;
    font-size: 15px;
    text-shadow: 0 0 5px;
}

.hot-topic h3{
    padding: 45px 0;
    font-size: 15px;
    text-shadow: 0 0 2px;
}

.hot-topic-content a{
    display: block;
    background: #088178;
    border: none;
    width: 95px;
    border-radius: 2px;
    text-align: center;
    padding: 7px 0px;
    margin:  10px 0 10px;
}

@media (max-width: 768px){
 .banner-sub-content{
 flex-direction: column;
 align-items: flex-start;
 gap: 12px;
 }



.breaking-news-section {
 padding: 0 15px;
 display: flex;
 align-items: center;
 gap: 10px;
 flex-wrap: wrap;
}

#btext {
 width: auto;
 font-size: 13px;
 text-transform: uppercase;
 color: #088178;
 font-weight: 600;
 margin: 0;
}

.breaking-news {
 padding: 0 8px;
 color: #010103;
 border: 5px solid transparent;
 font-weight: 800;
 display: inline-block;
 font-size: 13px;
 line-height: 1.4;
}

.breaking-news:hover {
 color: #e35e26;
 cursor: pointer;
}

.btime {
 display: inline-block;
 padding: 0 6px;
 font-size: 24px;
 line-height: 1;
}
.more-news{
    display: flex;
    background-color: #088178;
    justify-content: space-around;
    color: #E3E6F6;
    padding: 0 5%;
    text-align: justify;
}

.more-news img{
    width: 100%;
    height: 80%;
}

.more-news-layout{
 display:flex;
 gap:20px;
 align-items:flex-start;
}

.news-section{
 display:flex;
 gap:20px;
 flex: 1;
}

aside{ width: 320px; }

@media (max-width:768px){
 .more-news-layout{ flex-direction:column; }
 aside{ width: 100%; }
 .news-section{ flex-direction:column; }
}

 .news-section .world img{
 width: 100%;
 height: 140px;
 object-fit: cover;
 display: block;
 }
}

aside{
    flex-basis: 25%;
    padding: 10px;
    border: 1px solid #fff;
    
}

.world, .sport {
 flex-basis: 45%;
}

.world h2 {
 background-color: #e35e26;
 padding: 0 10px;
 margin: 10px 0 0 0;
}

.sport h2 {
 background-color: #088181;
 padding: 0 10px;
 margin: 10px 0 0 0;
}

.recent-news {
 display: flex;
 flex-direction: column;
 gap: 8px;
}

.recent-news img {
 width: 70px;
 height: 30px;
 margin: 0;
 object-fit: cover;
 flex: 0 0 auto;
}

body,
footer {
 background: #f6f8fb;
}

@media (max-width: 768px) {
 .world, .sport {
 flex-basis: 100%;
 }

 .news-section {
 display: flex;
 flex-direction: column;
 gap: 20px;
 }

 .news-section img {
 width: 100%;
 height: 140px;
 object-fit: cover;
 display: block;
 }

 .recent-news {
 display: flex;
 flex-direction: column;
 gap: 8px;
 }

 .recent-news a {
 display: block;
 white-space: normal;
 overflow: visible;
 font-weight: 600;
 text-decoration: none;
 color: #111 !important;
 font-size: 16px !important;
 line-height: 1.4;
 }
}

@media (min-width: 769px){
 html{ font-size: 15px; }}
.category{
    font-size: 0.9rem;
    font-weight: 500;
    text-transform:uppercase ;
}
.post.container{
 max-width: 420px;
 margin: 0 auto;
 padding: 0 12px;
}
.post-filter{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1.5rem;
    margin-top: 2rem !important;
}

.filter-item{
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
}

.active-filter{
    background: var(--second-color);
    color:#088178;
    padding: 4px 10px;
    border-radius: 4px;
}
.post{
    grid-template-columns: 1fr
}

.post-box{
     max-width: 420px; margin: 0 auto
}

.post-img{
    width: 100%;
 height: 200px;
 object-fit: cover;
 display: block;
}

.category{
    font-size: 0.9rem;
    font-weight: 500;
    text-transform:uppercase ;
}

.post-date{
    display: flex;
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-top: 4px;
    font-weight: 400;
}
.post-description{
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 5px 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical ;
    overflow: hidden;
}
.profile{
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    border: 2px solid;

}

.profile-name{
    font-size: .8rem;
    font-weight: 500;
}
.cards{
    display: flex;
    width: 50%;
    height: 90vh;
    align-items: center;
    flex-direction: row;
    overflow: hidden;
}



h1{
    font-family:"jost", sans-serif;
    font-size: 30px;
    font-weight: 100;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top:50%;
    left: -31%;
    transform: rotate(270deg);
    transition: 0.7s ease;
}

.details{
    position: absolute;
    bottom: 43px;
    left: 43px;
}

.details h2{
    font-family: "jost", sans-serif;
    font-size: 26px;
    font-weight: 100;
    text-align: left;
    line-height: 44px;
    text-align: left;
    top: 50%;
    color: #088178;
    text-transform: uppercase;
    transition: 0.7s ease;
}

.details p{
    font-family: "jost", sans-serif;
    font-size: 16px;
    font-weight: 100;
    text-align: left;
    line-height: 22px;
    text-align: left;
    color: #202099;
    left: 90%;
    text-transform: uppercase;
    transition: 0.7s ease;
}
.tiktok-carousel{
 display: flex;
 gap: 12px;
 margin-top: 52px;
 overflow-x: auto;
 scroll-snap-type: x mandatory;
 -webkit-overflow-scrolling: touch;
 padding-bottom: 8px;
}

.tiktok-item{
 flex: 0 0 320px; /* tamanho de cada “cartão” (ajuste) */
 scroll-snap-align: start;
}

.tiktok-carousel .tiktok-embed{
 width: 100% !important;
 max-width: 100% !important;
 min-width: 0 !important;
 margin: 0 !important;
}
#buscaVideos{
 width: min(620px, 92vw);
 display: block;
 margin: 12px auto 16px;
 padding: 10px 12px;
 border: 2px solid #000;
 border-radius: 10px;
}


#header{ display:flex; align-items:center; flex-wrap:wrap; position:relative; }
.search-bar{ display:flex !important; margin-left:auto; }
.search-bar input{
 display:block !important;
 visibility:visible !important;
 opacity:1 !important;
 width:220px;
 height:38px;
 background:#fff;
 color:#111;
 border:1px solid #ccc;
 border-radius:6px;
 padding:8px 10px;
}

#header{
 display:flex;
 align-items:center;
 gap:14px;
 flex-wrap:wrap;
}

.search-bar{
 display:flex;
 margin-left:auto;
}

.search-bar input{
 border: 1px solid #ccc; /* substitui o border:none do * */
 background:#fff;
 color:#111;
 padding:8px 10px;
 border-radius:6px;
 width:220px;
 height:38px;
}

.search-results{
 position:absolute;
 right:16px;
 top:100%;
 margin-top:8px;
 width:min(360px, calc(100% - 32px));
 background:#fff;
 border:1px solid #ddd;
 border-radius:8px;
 display:none;
 max-height:280px;
 overflow:auto;
 z-index:9999;
}

@media (max-width:768px){
 .search-bar{ width:100%; margin:10px 0 0; }
 .search-bar input{ width:100%; }
 .search-results{ left:16px; right:16px; }
}
@media (max-width: 768px){
 footer{
 text-align: center;
 }

 footer *{
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 }
p {
 color: #111;
}

 footer ul{
 padding-left: 0;
 list-style: none;
 }
}
footer,
footer * {
 color: #000 !important;
}

@media (max-width: 768px){
 footer .container, footer .row, footer .footer-content{
 display:flex;
 flex-direction:column;
 align-items:center;
 }
.post-img{
 width:100%;
 height:220px;
 object-fit:cover;
 display:block;
}
