body {
	/* Fallback background color */
	background-color: #000000;

	/* Background image */
	background-image: url('background.jpg');

	/* Make the image cover the entire page */
	background-size: cover;

	/* Center the image */
	background-position: center;

	/* Prevent tiling */
	background-repeat: no-repeat;

	/* Keep background fixed during scroll */
	background-attachment: fixed;

        /* Ensure text is readable */
        color: white;
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;

	/* Header 1*/
	h1 {
        	text-align: center;
        	padding-top: 0%;
        	text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
	}

        /* Header 2*/
        h2 {
                text-align: center;
                padding-top: 0%;
                text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
        }

        /* Header 3*/
        h3 {
                text-align: center;
                padding-top: 0%;
                text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
        }
}

.sbbclock {
	text-align: center; /* Centers the canvas horizontally */
}
