:root {
    --primary: #ebebeb;
    --secondary: #f6f6f6;
    --tertiary: #2b2b2b;
    --text: #222;
    --background: #f2f2f2;
    --border-top: #171b26;
    --box-shadow: rgba(32, 32, 32, 0.2);
    --box-shadow-food: rgba(32, 32, 32, 0.2);
    --background-food: #ff003d;
    --box-shadow-player: rgba(51, 255, 0, 0.5);
    --background-player: #70e000;
    transition: 0.5s;
}