:root {
    --color: #ffffff;
    --background-size: cover;
    --height: 100%;
    --background:
    url(/img/dark-grid.svg),
        linear-gradient(246.09deg, #00666C 0%, #012749 22.66%, #000000 54.38%) fixed;
}