.bg-green {
    background-color: 	#ddf7da !important;
  }

#color-text{
    color: #294a3f;
}

#font{
    font-weight:  bolder;
    color: #294a3f;
    font-size: 30px;
}

.button {
    background-color: #95b442; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight:  bolder;
    font-size: 16px;
    border-radius: 12px;
  }

.fa {
    padding: 15px;
    font-size: 20px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
    background-color: #95b442;
    color: white;
    display:inline;
    margin: 5px 2px;

  }

.fa:hover {
    opacity: 0.7;
}

#tituloModal{
       
        color: aqua;

}