@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

html { background-color: black; height: 100%; background: black; }

body {
	color: #ccc;
  font-family: 'Open Sans', sans-serif;
	max-width: 850px;
	margin: 0 auto;
}

h1 {
  color: #3498db;
}

div { text-align: center; }

.row { max-width: 840px; margin: 0 auto; }
.item { width: 33.3%; height: 120px; padding-top: 30px; float: left; }

.cycles { font-size: 22px; }
.time { font-weight: bold; font-size: 58px; }

.one { color: hsl(0,77%,50%); }
.two { color: hsl(10,77%,50%); }
.three { color: hsl(20,77%,50%); }
.four { color: hsl(40,77%,50%); }
.five { color: hsl(70,77%,50%); }
.six { color: hsl(80,77%,50%); }
.seven { color: hsl(90,77%,50%); }
.eight { color: hsl(100,77%,50%); }
.nine { color: hsl(110,77%,53%); }



#article {
	text-align: left;
	padding-top: 70%;
	color:white;
}


a {
	color:yellow;
}