:root {
    --main-color: #2d78fe;
    --main-color-highlight: red;
    --main-bg-color: #2d78fe;
}
html {
    background: linear-gradient(indigo, navy);
}