body {
font-family:"proxima nova", "museo sans", "ubuntu", "helvetica neue", helvetica, arial;
font-size:1em;
line-height: 1.4;
background: #8DB600;
color: #fff;
-webkit-animation: pulse 160s infinite alternate;
}

#container {
padding: 1em;
max-width: 320px;
margin: auto;
}

a {
color: #fff;
text-decoration: none;
}

ol {
list-style: none;
padding: 0;
margin-top: 2em;
}

ol small {
display: block;
}

ol li {
margin-bottom: 10px;
}

@-webkit-keyframes pulse {
      0% {background-color: #8DB600;}
     25% {background-color: #6EAECF;}
     50% {background-color: #A4377E;}
     75% {background-color: #1D5854;}
     100% {background-color: #C7B657;}
}
