@import '/style/style.css';
body {
    background: url('/img/xtc.png');
    color: #eab750;
}

a {
    color: #eab750;
}

a:hover,
a:visited {
    color: #fbefd2;
}

hr {
    color: #eab750;
}