:root {
    /*Global de la pagina*/
    --primary-color: rgb(0, 0, 0);
    --secondary-color: rgb(255, 255, 255);
    --font-size-title: 16px;
    --font-size-large: 18px;
    --font-family: "Silkscreen", sans-serif;

    --background-color-items: rgb(37, 37, 37);
    --background-color-items-hover: rgb(56, 56, 56);
    --background-color-items-shadow: rgb(80, 80, 80);
}