a {
    background-color: #fff;
    color: #000;
    font-style: italic;
}
html {
    cursor: url(photos/Hand-Right.cur), auto !important;
}
body a:hover {
    cursor: url(photos/Hand-Right.cur), auto !important;
}
body {
    background: white url(photos/stars.gif) top right;
    background-size: 250px;
    font: 18px/2 "sarif";
    color: #fff;
}
.invert:active {
    filter: invert(1);
}
.center {
    width: 57%;
    margin: 0 auto;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}

.box {
    max-width: 350px;
    height: auto;
    border: none;
    font-size: 25px;
    padding-top: 50px;
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

/* for mobile message only only used on homepage */
@media (min-width: 480px) {
    .rotate-screen {
        display: none;
    }
}
@media (max-width: 450px) {
    .ms {
        display: none;
    }
}
@media (max-width: 900px) {
    .ms {
        transform: scale(0.6);
    }
}