body {
    /* background-color: rgb(18 18 26); */
    background-color: rgb(0 0 0);
}

.invert {
    filter: invert(100%);
}

a {
    color: #257dff;
    text-decoration: none;
}
