:root {
    --color: 255, 255, 255;
}

a {
    color: #EB4691;
}

body {
    background-color: #1E1F25;
    background-image: linear-gradient(#000000, #1E1F25);
}