body{
    background-color: white;
}

.splide__arrow{
    background-color: #0000;
}

.text-gold{
    color: #957b63;
}
.bg-gold{
    background-color: #957b63;
}
.text-green{
    color: rgb(0, 179, 134);
}

.bg-green{
    background-color: rgb(0, 179, 134);
}

.border-green{
    border-color: rgb(0, 179, 134);
}