<style>
  #title-text {
    display: none !important;
  }
  .wiki-content h2 {
    font-size: 25px !important;
    font-family: "Roboto", sans-serif !important;
    color: #42526e !important;
  }

  body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
  }

  .header1 {
    display: flex;
    justify-content: center; /* Alinha horizontalmente */
    align-items: center; /* Alinha verticalmente */
    background-image: url("https://totvscrm.com/wp-content/uploads/2023/08/capa-com-fundo-e-sem-icone-TDN21.png");
    background-size: cover;
    min-height: inherit;
    width: 80%;
    margin: auto;
    padding: 20px;
    background-position: center;
  }
  .banner1 {
    max-height: 150px;
    width: auto; /* Mantém a proporção da imagem */
    display: block;
  }

  .container {
    width: 80%;
    margin: auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .container h2 {
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .history-link {
    text-decoration: none;
    color: #0066cc;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
  }

  .history-link:hover {
    text-decoration: underline;
  }

  .release {
    margin-bottom: 20px;
  }
</style>

<!-- Link para o FontAwesome -->
<link
  rel="stylesheet"
  href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>

<link
  rel="stylesheet"
  href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
/>

<div class="header1">
  <img
    src="https://totvscrm.com/wp-content/uploads/2023/09/logo-com-descricao-totvsgc.png"
    alt="Banner1"
    class="banner1"
  />
</div>

<div class="container"> 
  <h2><i class="fas fa-sync-alt"></i> Últimas Atualizações</h2>

  <div class="release">    <div class="release">
    <h3>Versão 12.1.2401 - JANEIRO</h3>
  </div>

  <a
    href="https://tdn.totvs.com/display/TCGDC/1+-+Release+-12.1.2401"
    class="history-link"
    >Acessar histórico de atualizações</a
  >
</div>
 
<div class="release">    <div class="release">
  <h3>Versão 12.1.2403 - MARÇO</h3>
</div>

<a
  href="https://tdn.totvs.com/display/TCGDC/3+-+Release+-12.1.2403"
  class="history-link"
  >Acessar histórico de atualizações</a
>
</div>

<div class="release">    <div class="release">
  <h3>Versão 12.1.2405 - MAIO</h3>
</div>

<a
  href="https://tdn.totvs.com/display/TCGDC/5+-+Release+-12.1.2405"
  class="history-link"
  >Acessar histórico de atualizações</a
>
</div>