* {
    color: rgb(57, 57, 57);
}

*::selection {
    background-color: rgb(215, 216, 216);
}

a {
    color:rgb(192, 109, 38);
    text-decoration: none;
}