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 right;
    background-size: 250px;
    font: 26px/1.5 "sarif";
    color: #fff;
}
.box {
    text-align: left;
    margin: auto;
    max-width: 350px;
    padding-top: 30px;
}
.subtext {
    font-size: 14px;
}
@media (max-width: 480px) {
    #dwell {
        width: 350px;
        height: 300px;
    }
    img {
        width: 350px;
    }
}
@media (min-width: 481px) {
    #dwell {
        position: relative;
        width: 450px;
        height: 341px;
        
    }
    img {
        width: 450px;
    }
    .box {
        max-width: 450px;
    }
}
