body {
    padding-top: 70px;
    font-family: Arial, sans-serif;
    margin: 20px;
    background-color: #f4f4f4;
    color: #333;
}

.logo {
    width: 176px;
    height: 60px;
    margin: 20px auto;
}

h1 {
    color: #2c3e50;
}

.tabs {
    margin-bottom: 20px;
}

.tab-content {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

pre {
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ccc;
    overflow-x: auto;
    font-family: monospace;
    font-size: 12px;
}

code {
    color: #27ae60;
    font-size: 12px;
}

.apresentacao {
    text-align: center;
    margin-bottom: 40px;
}

.vantagens {
    margin-top: 40px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
  .vantagens {
    margin-bottom: 0;
  }
}

.apresentacao, .codigos, .vantagens {
  margin-bottom: 40px;
}

.output-label {
  font-size: 12px;
  margin: 10px 0px 0px 10px;
  text-align: left;
}

.output {
  background-color: #f9f9f9;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  font-family: 'Courier New', Courier, monospace;
  font-size: 11px;
}

.output h2, .output p {
  text-align: left;
}

.footer {
  background-color: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
  bottom: 0;
  width: 100%;
}

.footer p {
  margin-bottom: 0;
}



/* Cores nos icones */
.fab.fa-js-square {
  color: #f7df1e;
}

.fab.fa-node-js {
  color: #68a063;
}

.fab.fa-python {
  color: #3776ab;
}

.fab.fa-gofore {
  color: #00add8;
}

.fab.fa-java {
  color: #5382a1;
}

.fab.fa-ruby {
  color: #cc342d;
}

.fab.fa-php {
  color: #777bb4;
}

.fas.fa-terminal {
  color: #4CAF50;
}

.vantagens .card-title .fa-check {
  color: #00ff00;
}

.vantagens .card-title .fa-money-bill-alt {
  color: #ffd700;
}

.vantagens .card-title .fa-sync-alt {
  color: #007bff;
}

.vantagens .card-title .fa-code {
  color: #8f0a1a;
}

