.cian{
    background-color: #79aec8; 
}

.margin{
   margin-top: 30px;
}

.tema{
    background-color:#343a40 !important;
    color: white;
}

.teste{
    color: #fff;
    background-color: #00b3db;
    border-color: #285e8e !important; /*set the color you want here*/
}

/* .blank{
    color: #f5dd5d !important ;
}

a:hover {
    text-decoration-color: aliceblue;
  } */

.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    
}

.margin-top45{
    margin-top: 45px;
}

.nav-link{
    margin-left: 30px;
    font-size: 20px;
}

.color-white{
    color: rgb(42,65,48);
}

.width10{
    width: 10%;
}

.margin-top10{
    margin-top: 10px;
}

.margin-top5{
    margin-top: 50px;
}

.margin-top50{
    margin-top: 5px;
}


  .nav-link.active{
    color: rgb(42,65,48);
  }

  .txt-center{
      text-align: center;
  }

  .txt-left{
      text-align: left;
  }

  .top-38{
    margin-top: 38px;
  }

  .color-green {
      color: #28a745;
  }

  .color-blue {
    color: #007bff;
}

.color-red {
    color: #dc3545;
}
  .color-marron {
    color: maroon;
}
.color-orange {
    color: orange;
}
 .btn-large{
    width: 200px;
}
