body {
    font-family:'Courier New', Courier, monospace;
    font-size: xx-large;
    background-color:#000000;
    color:#cccccc;
}

.fadeY {
    position: absolute; top:12px; left:5px; width:396px; height:488px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,1) 95%);
}

.fadeX {
    position: absolute; top:12px; left:5px; width:396px; height:488px;
    background: rgb(0,0,0);
    background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,1) 95%);
}

#textParent {
    top: -488px;
    left: 400px;
    width: 70%;
    padding-right: 15px;
    vertical-align: middle;
    position: relative;
}

#author {
    text-align: right;
}

#back-button {
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 50%;
    background-color: #000000;
    border-color: #cccccc;
    color: #cccccc;
}