<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figcaption,
figure,
main {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details,
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
html {
    margin: 0;
    padding: 0;
    height: 100%;
    color: white;
    overflow: hidden;
    font-family: "Montserrat", sans-serif;
}
html:not(.debug) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
html:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    content: "";
    position: absolute;
    background-size: cover;
    background-color: black;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("clock-bg.jpg");
}
body {
    margin: 0;
    height: 100%;
    overflow: hidden;
    padding: 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
    body {
        padding: 8% 10% 10% 10%;
    }
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
small {
    font-size: 14px;
}
footer {
    font-size: 0;
    line-height: 0;
    position: fixed;
    left: 3%;
    right: 3%;
    bottom: 3%;
}
footer span,
footer img {
    color: white;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
footer .logo {
    width: 100%;
    max-width: 550px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 800px) {
    footer .logo {
        max-width: 40px;
        height: auto;
    }
}
section {
    top: 55%;
    padding: 0;
    z-index: 99;
    text-align: center;
    position: relative;
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transform: translateY(-55%);
}
section:after {
    width: 100%;
    content: ".";
    visibility: hidden;
    display: inline-block;
}
section h1 {
    margin: 0;
    padding: 0;
    font-weight: 100;
    font-size: 26.4vw;
    line-height: 0.9em;
    text-align: center;
    letter-spacing: -22px;
    display: inline-block;
    white-space: nowrap;
}
section h1 i {
    position: relative;
    font-style: normal;
    display: inline-block;
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    vertical-align: middle;
}
#clock {
    display: inline-block;
    width: 70%;
    max-width: 70%;
}
#ampm {
    margin: 0;
    font-size: 3vw;
    font-weight: 300;
    text-align: right;
}
#date {
    margin: 0;
    font-size: 3vw;
    font-weight: 300;
    text-align: right;
}
@media screen and (max-width: 800px) {
    section h1 {
        font-size: 23.4vw;
        letter-spacing: -7px;
    }
    section h1 i {
        margin: 0 30px;
        font-size: 23.3vw;
        -ms-transform: translateY(-20%);
        transform: translateY(-20%);
        -webkit-transform: translateY(-20%);
    }
}
#banner {
    visibility: hidden;
    background-color: white;
    color: #500083;
    font-size: 1.2em;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 60px;
}
#banner a {
    text-decoration: none;
    font-weight: bold;
    pointer-events: auto;
    color: inherit;
}
#banner span:last-of-type {
    float: right;
    font-weight: 400;
}
@media screen and (max-width: 1200px) {
    #banner {
        font-size: 1em;
    }
}
@media screen and (max-width: 800px) {
    #banner {
        font-size: 0.8em;
    }
}
</pre></body></html>