@import url("https://fonts.googleapis.com/css2?family=Anton&family=Paytone+One&family=Playwrite+VN:wght@100..400&family=Sigmar&family=Unbounded:wght@200..900&display=swap");

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.doenca {
  text-align: center !important;
}

.inicio {
  padding-top: 20px;
  text-align: center;
}

.imglogo {
  width: 50vw;
  margin: 5vh;
}

strong {
  color: #f0ec00;
}

.tabela li {

  font-size: 20px;
}

.laranja_fundo,
.vinho_fundo,
.verde_fundo,
.azul_fundo {
  color: white;
  padding: 20px;
  margin: 3vh;
  border-radius: 10px;
}

.laranja_col,
.vinho,
.verde,
.azul {
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 3px;
  border-radius: 5px;
}

.idade {
  display: flex;
  justify-content: center;
  text-align: center;
  place-items: center;
  padding: 0.4em;
  /* Centraliza horizontal e verticalmente */
}

.tabela2 {
  background-color: #203241;
  padding: 20px;
  text-align: center;
}

/* laranja */

.laranja_fundo {
  background-color: #d59e3a;
}

.laranja_col {
  background-color: #b56c39;
}

/*  vinho  */

.vinho_fundo {
  background-color: #a8518a;
}

.vinho {
  background-color: #7b3b64;
}

/* verde */

.verde_fundo {
  background-color: #3f8590;
}

.verde {
  background-color: #30506b;
}

/* azul*/

.azul_fundo {
  background-color: #006fa6;
}

.azul {
  background-color: #02427a;
}

@media (min-width: 900px) {
  .imglogo {
    width: 25vw;
    margin: 5vh;
  }

  .laranja_fundo,
  .vinho_fundo,
  .verde_fundo,
  .azul_fundo {
    width: 50%;
    align-items: center;
  }

  .tabela {
    display: grid;
    place-items: center;
    /* Centraliza horizontal e verticalmente */
  }
}
