body {
  padding-top: 50px;
  background: #000;
  color: #ebebeb;
}
.starter-template {
  padding: 40px 35px;
  text-align: left;
}

h1 {font-size: 24px;}
p { 
	margin-top:15px; 
	line-height: 1.5em;
}
ol {
    counter-reset: item;
}
ol li {
    display: block;
    position: relative;
}
ol li:before {
    content: counters(item, ".")".";
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px; /* space between number and text */
}
header{
    text-align: right;
    height: 30px;
    padding-right: 40px;
}
header a{
    padding: 5px;
}

header img:hover{
    width: 45px;
    height: 45px;
}