:root {
    --primary-color: rgba(255, 255, 255, 1); 
    --secondary-color: rgba(35, 39, 42, 1);
    --section-bg-color:rgba(246, 246, 246, 1);
    --font-p: 'Open Sans', sans-serif;
    --font-title: 'Luckiest Guy', cursive;
    

}