body {
    background: #ffffcc url(north-star-logo-bk.png);
    font-family: "Times New Roman", Times, serif;
    font-size: x-large;
}

.redbull {
    color: red;
}

.nstar {
    padding-bottom: 6px;
    width: 16px;
    display: inline-block;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
/*    writing-mode: lr-tb;    */
}

img {
    max-width: 100%;
}