
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, sans-serif;
    background-color: #000000; 
    color: #FFFFFF;           
  }
  
  /* Cabeçalho */
  header {
    text-align: center;
    padding: 40px 20px 20px;
  }
  
  header h1 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-weight: 600;
  }
  
  header h2 {
    font-size: 1.2rem;
    color:
    #a8815b; 
  }
  

  main {
    text-align: center;
    padding: 40px 20px;
  }
  
  .logo-cemaapp img {
    max-width: 800px; 
    height: auto;
    margin-bottom: 20px;
  }
  
  .texto-cemaapp h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    font-weight: 600;
    color: 
    #a8815b; 
  }
  
  .texto-cemaapp p {
    font-size: 1rem;
    line-height: 1.4;
  }
  
  footer {
    background-color:
    #a8815b; 
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    flex-wrap: wrap;
  }
  
  .footer-left, .footer-right {
    margin: 10px;
  }
  

  .titulo-contato {
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .email a {
    color: #FFFFFF;
    text-decoration: none;
  }
  
  .email a:hover {
    text-decoration: underline;
  }
  
  .telefone {
    margin-top: 5px;
  }
  
  .data-fundacao {
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .logo-aapp {
    max-width: 80px; 
    height: auto;
    display: block;
    margin-top: 5px;
  }
  