.containerali {
    width: 100%;
    height: 20%;
    display:inline-flex;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(3, 2fr);
    gap: 3px;
    grid-auto-flow: row dense;
    font-size: clamp(1em, 0.3vw, 0.3em);
    justify-content: space-evenly;
    align-content: space-evenly;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-right: 30px;
    margin-left: 30px;
    text-align: justify;
    
  }

  
.card-body{
    background-color: black;
}
  
.card-text{
    color: rgb(255, 255, 255);
    font-family: "Times New Roman", Times, serif;
    justify-content: center;
}

.card-title{
    color: rgb(255, 255, 255);
    font-family: "Times New Roman", Times, serif;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    text-decoration:underline;
}

.card{
    border-color: rgb(199, 159, 0);
}
.classection{
    font-size: 15px;
  }

  .imglogo{
    margin-top: 10px;
    margin-bottom: 30px;
    margin-right: 100px;
    margin-left: 20px;
 }
 footer{
    margin-top: 50px;
    margin-bottom: 30px;
    margin-right: 100px;
    margin-left: 50px;
  }
  .textuno{
    text-align: justify;
    color: #fff;
    
  }