:root {
    --primary-color: #FFD700;
    --secondary-color: #2b2b2b;
    --third-color: #f5f5f5;
    --accent-color: #B8860B;
    --text-light: #ffffff;
    --text-dark: #333333;
    --background-light: #f5f5f5;
}

* {
    margin: 0;
    padding: 0;
}




body {
    font-family: 'Arial', sans-serif;
}