:root{
    --text-color: #000;
    --bg-color: rgb(255, 255, 255);
    --secondary-bg: linear-gradient(45deg, red,orange,yellow,rgb(0, 255, 0),blue,rgb(255, 0, 255));
    --card-color: yellow;
}