body {
    background-color: #000000;

    align-items: center;
    text-align: center;
    color: #FFFFFF;
    font-family: Arial;
}

img {
    margin: auto;
    display: block;
    width: 25%; 
    height: 25%; 
    object-fit: contain; 
}

#quote {
    font-size: x-large;
    margin: auto;
    width: 35%;
}

#quoteTop {
    text-align: left;
}

#quoteBottom {
    text-align: right;
}

.visible {
    visibility: visible;
}

.hidden {
    visibility: hidden;
}

/* Hi Redd - I hope you enjoy the mess */