html {
 background-color: #E6E5E5;
}
body {
 font-family: "Helvetica Neue",Arial,sans-serif;
 color: #449FEF;
}
div.interval {
 position: absolute;
 top: 50%;
 width: 100%;
 color: #449FEF;
 text-align: center;
 white-space: nowrap;
 font-size: 4em;
 margin-top: -2em;
 line-height: 1.8em;
}

span.bold {
 font-weight: bold;
 background-color: #449FEF;
 color: #E6E5E5;
 padding: 0px 13px;
 border-radius: 10px;
}
