a {
    background-color: #fff;
    color: #000;
    font-style: italic;
}
a:hover {
    filter: invert(1);
}
img:active {
    filter: invert(1);
}
.title {
    font-size: 46px !important;
    text-align: center !important;
}
body {
    background: white url(/photos/general/stars.gif) top left;
    background-size: 250px;
    font: 26px "sarif";
    color: #fff;
}
.box {
    text-align: left;
    margin: auto;
    max-width: 350px;
    padding-top: 30px;
}
.subtext {
    font: 18px/1.2 "sarif";
}
.about {
    font: 16px/1 "sarif";
}
mark {
    background-color: #000;
    color: #fff;
}
@media (max-width: 480px) {
    #dwell {
        width: 350px;
        height: 300px;
    }
    img {
        width: 350px;
    }
    #self {
    width: 300px;
    }
}
@media (min-width: 481px) {
    #dwell {
        position: relative;
        width: 500px;
        height: 341px;
    }
    img {
        width: 500px;
    }
    .box {
        max-width: 500px;
    }
    #self {
    width: 250px;
    }
}
img.spacing {
    height: auto;
    margin-bottom: 100px;
}
