﻿#centeredContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color: rgb(255, 235, 205);
    font-family: serif;
}

#quoteText {
    font-size: 18pt;
    font-family: serif;
}

#quoteSource {
    font-size: 12pt;
    font-style: italic;
    text-align: right;
}