pre,
textarea {
  overflow: auto
}

[hidden],
audio:not([controls]),
template {
  display: none
}

details,
main,
summary {
  display: block
}

input[type=number] {
  width: auto
}

input[type=search] {
  -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

progress {
  display: inline-block
}

small {
  font-size: 75%
}

textarea {
  resize: vertical
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

*,
::after,
::before {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0
}

* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0
}

::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit
}

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility
}

a {
  text-decoration: none
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  min-height: 1.5em
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace
}

nav ol,
nav ul {
  list-style: none
}

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  color: currentColor
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none
}

@media screen {
  [hidden~=screen] {
    display: inherit
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0)!important;
    position: absolute!important
  }
}



body{
  margin: 0 auto;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  background-color:#0099AA;
  color:#fff;
}
.container { margin:150px auto; max-width:700px;}

h1{
  font-size: 32px;
  font-family: 'Roboto', cursive;
}

.count{
  margin: 0 0 60px 0;
  letter-spacing: 0.1em;
  text-align: left;
}

.count div{
  margin: 0 0 0 200px;
  font-size: 24px;
  line-height: 2;
  color:#FC6D58;
}

.count div span{
  font-size: 40px;
  color: #fff;
}

.code{
  margin: 0 0 60px 0;
  padding: 0 30px;
  min-height: 720px;
  text-align: left;
  background: #fff;
  border-radius: 6px;
}

.code pre{
  background: #fff;
}

.code pre code{
  background: #fff;
}

footer{
}

footer ul{
  margin: 0 0 30px 0;
  list-style: none;
}

footer p{
}
