body{
      display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0c2d40;
}
.container{
    width: 900px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
 align-items: center;
 color: white;
   
}
.cabecalho{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;

 background-size: cover;
  background-position: center;
}
.descricao{
   padding: 10px;
}
.abordagem{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
ul{
    columns: 2;
}
li{
    font-size: 22px;
}
.youtube{
    width: 90%;
    display: flex;
    gap: 10px;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 20px;
    padding: 10px;
    background-color: #211411;
}
.you{
    width: 100px;
    
}
.garantia{
    width: 90%;
    display: flex;
    align-items: center;
    gap: 10px;
 box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
 padding: 10px;
 background-color: #211411;
    
}
.gara{
    width: 100px;
}
.chamada{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
a{
    display: inline-block;      /* Para poder usar padding e largura */
    padding: 10px 20px;         /* Espaçamento interno */
    background-color: #007BFF;  /* Cor de fundo */
    color: white;               /* Cor do texto */
    text-decoration: none;       /* Remove o sublinhado */
    border-radius: 5px;         /* Bordas arredondadas */
    font-weight: bold;          /* Negrito opcional */
    text-align: center;
    
}
p{
    text-align: justify;
  hyphens: auto;
  font-size: 20px;
  font-family: 'Times New Roman', Times, serif;
}
.questoes{
    width: 100%;
}

/*width: 100%;
height: 300px;
background-image: url(fundo.png);
 background-size: cover;
  background-position: center;

 color: white;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;*/