html {
    background-color: rgb(5, 25, 5);
}

body {
    background-color: rgb(220, 250, 200);
    color: rgb(25, 125, 5);
}

section p {
    color: rgb(5, 25, 5);
}

a, a:visited {
    color: rgb(0, 170, 0);
}

a:visited {
    color: rgb(0, 80, 0);
}