body,html {
    /* full canvas for body */
    height: 100%;
    margin: 0;
    /* The image used - Photo by Belle Co from Pexels- https://www.pexels.com/photo/fireworks-display-at-sydney-opera-house-799959/ */
    background-image: url("/sydfire.jpg");
    /* default font settings */
    font-family:'Courier New',Courier,monospace;
    color:white;
    font-size: 14px;
    font-weight: bold;
    
    /* Full height */
    height: 100%; 
    
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.copyright {
    position: absolute;
    bottom: 8px;
    right: 10px;
    font-size: 14px;
    color: teal;
}

.datetime {
    position: absolute;
    bottom: 8px;
    left: 10px;
}

.domlogo {
    position: absolute;
    top: 5%;
    width: 100%;
    text-align: center;
}
