:root {
    --color0: #000;
    --color1: #111;
    --color2: #333;
    --color3: #555;
    --color4: #999;
    --color5: #eee;
    --color6: #ffffff15;
    --color7: #ffffff20;
    --color8: #ffffff30;
    --right-space: 6vw;
    --right-space-mobile: 5vw;
    background-color: black;
    background-repeat: no-repeat;
    font-family: 'Poppins';

    /* background-image: url('/background.jpg');
    background-attachment: fixed;
    background-size: cover; */
}

a {
    text-decoration: none;
}
