CSS is here:
html {
color: #040404;
}
#page-wrapper {
background-color: #404040;
}
::selection {
background-color: rgba(244, 211, 94, .8);
}
p:hover,
li:hover {
box-shadow: 0 0 2px 0 #F4D35E;
border-radius: 5px;
}
Hope this can help you focus