* body{
    padding: 0px;
    margin: 0px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size:10px;
}
  header {
    background-color: #1f4684; /* Fundo azul */
    color: white;
    height: 30px; /* Altura do topo */
    display: flex;
    align-items: center;
    text-decoration: none;
  } 
  header a:hover{
    text-decoration: none;
  }
  .container {
    height: 100%; /* Garantir que o container ocupe toda a altura do header */
  }
  .row {
    height: 100%; /* Garantir que a row ocupe toda a altura do header */
  }
  .link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: white;
    text-decoration: none;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .link a {
    text-decoration: none;
  }
  a:hover{
    color: rgb(241, 241, 241);
  }
  .cor-1 { background-color: #3cb2af; }
  .cor-2 { background-color: #6263aa; }
  .cor-3 { background-color: #fac03d; color: black; }
  .cor-4 { background-color: hsl(76.54deg 56.92% 59.21%); color: black; }

  .rodape{
    width: 100%;
    height: 40px;
    background-color: #1f4684;
  }
  .rodapeescrita{
    color: white;
    text-align: center;
    padding-top:5px;
  }