.bg-green{
    background-color: rgb(103, 158, 103);
}
.btn-green{
    background-color: rgb(103, 158, 103);
    border: none;
    color: white;
}
.btn-green:hover{
    background-color: rgb(52, 82, 52);
    border: none;
    color: white;
    
}
.a-green{
color: rgb(103, 158, 103);
font-weight: bold;
}