/* global vars */

:root {
    --width-main: 1024px;
    --width-content: 720px;
    --height-header: 40px;
    --height-footer: 60px;
    --radius: 8px;
    --color-text: rgb(30, 30, 30);
    --color-bg: rgb(245, 245, 245);
    --color-shadow: rgb(80, 80, 80);
    --color-bg-title: rgb(225, 225, 225);
}

