body {
    background: #ffffcc;
    font-family: "Times New Roman", Times, serif;
    font-size: x-large;
}

.northstar {
    background: #ffffcc url(./pix/north-star-logo-bk.png);
}

.berri {
    background-color: #ffdead;
}

.redbull {
    color: #ff0000;
}

ul.no-bullets {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.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%;
}

.ital {
    font-style: italic;
}

.lovell {
    margin-left: 5%;
    width: 66%;
    display: inline-block;
    color: #000000;
    background-color: #cccccc;
    padding: 12px 12px;
    font-family: Arial, sans-serif;
}

.newspaper {
    margin-left: 1%;
    width: 70%;
    display: inline-block;
    color: #111111;
    background-color: #dddddd;
    /* font-size: smaller; */
    padding: 12px 12px;
    font-family: "Times New Roman", Times, serif;
}

#image-navigator {
    display: flex;
    justify-content: center;
}

#image-container {
    display: inline-block;
    position: relative;
    width: 600px;
    height: 800px;
}

#prev-button,
#next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

#prev-button {
    left: -80px;
}

#next-button {
    right: -80px;
}

#prev-button-container,
#next-button-container {
    position: relative;
}

#prev-button img,
#next-button img {
    width: 49px;
    height: 80px;
}
