*{
    margin: 0;
    padding: 0;
    text-align: center;
}

:root{
    --colorbag:rgb(27, 26, 26);
}
.conteiner-global{
    
   
}

.header{
    background: var(--colorbag);
   padding: 50px 0 15px 0;
   border-bottom: 2px solid #ccc;   
}
.titulo h1{
    color: #fff;
 text-align: center;
}
.main-conten{
padding-top: 30px;

height: 100%;
width: 100%;
    background:var(--colorbag);
}
.conteiner-card {
    display: grid;
    grid-template-rows: repeat(3, 200px);
    grid-template-columns: repeat(3, 200px);
    justify-items: center;
    justify-content: space-evenly;
}
.card {
    cursor: pointer;
    text-align: center;
   margin: 10px;
}
.card img{
    object-fit: cover;
    display: grid;
    height: 100%;
    width: 100%;
    border-radius: 10%;
}

.footer{
    border-top:2px solid #ccc;
    background-color: var(--colorbag);
    padding: 15px;
  
    left: 0px;
    bottom: 0px;
    color: #fff;
    

}
.tarma{
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    padding-bottom: 50px;
    background-color: var(--colorbag);
}
