a {
    background-color: #fff;
    color: #000;
    font-style: italic;
}
a:hover {
filter: invert(1);
}
.title {
    font-size: 46px !important;
    text-align: center !important;
}
body {
    background: white url(/photos/general/stars.gif) top right;
    background-size: 250px;
    font: 14px "sarif";
    color: #fff;
}
.box {
    text-align: center;
    margin: auto;
    max-width: 350px;
    padding-top: 30px;
}
.text{
    text-align: left
}
#self {
width: 250px;
    text-align: center
}
img:active {
filter: invert(1);
}