<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Global Styles */
/* @font-face {
  font-family: block-timer;
  src: url(/static/font/square_sans_serif.ttf);
  font-family: geneva;
  src: url(/static/font/Geneva.ttf);
} */

body {
  margin: 80px 0 50px 0;
  background: none;
  /* font-family: Verdana; */
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.full {
  background: url("/commencement/live/static/images/background.png") no-repeat center/cover fixed rgba(0, 26, 112, 0.4);
  /* -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
  background-blend-mode: multiply;
}

/* Main Content Styles */
.container {
  color: #fff;
}

@media (max-width: 320px) {
  .container h1 {
    font-size: 24px;
  }
}

#theDays span,
#theHours span,
#theMin span,
#theSec span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffd700;
}
</pre></body></html>