.bg-theme {
    background-color: #265809;
}

.btn-theme {
    background-color: #265809;
    color: #fff;
    transition: all 0.2s ease;
}

.btn-theme:hover {
    background-color: #1f4907;
    color: #fff;
}

.bg-ash {
    background-color: #e0ded8;
}

.text-theme {
    color: #265809;
}

.fs-12 {
    font-size: 12px;
}

.fs-18 {
    font-size: 18px;
}
