*{margin:0;padding:0;}
body {
  background: #eee; 
  font-family: Arial, sans-serif;    
  color: #111;   
  overflow-x: hidden;    
}
header {
  position: absolute;
  z-index: 9999;
  width: 100%;    
  background: rgba(0,0,0,.5);    
}
h1, h2, h3{   
    font-family: 'Dancing Script', sans-serif;
    font-weight: 400; 
    margin: .8em 0 .2em 0;
}    
h1{   
 margin: .2em .5em;
 display: inline-block;       
 color: #fff;
}
header p{
 display: inline-block; 
 font-family: 'Dancing Script', sans-serif;
 font-weight: 400; 
 font-size: .9em;    
 color: #ffc0cb;
}
.content{
 font-family: 'Dancing Script', sans-serif;
 font-weight: 400; 
 margin-top: 2em;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 2em;
 max-width: 600px;
 text-align: center;
}
.content ul, .content ol{
    margin: .8em 1em .8em 2em;   
}
span.code{
    font-family: "Lucida Console", "Lucida Sans Typewriter", Monaco, "Bitstream Vera Sans Mono", monospace;   
    color: #999;
}
.gist{
    margin: 1em 1em 2em 2em;
}
ol .gist{
    margin: 1em 0 2em 0;
}
a{ 
    color:#fff;
}
.num2{
    width: 85%;
    margin: 2em auto;
}
footer{
    color: #111;
    font-size: .8em;
    font-style: italic;
    text-align: center;
    background: #eee;
    padding: 1.5em 0 .5em 0;
    margin-top: 5em;
}
footer span{
    font-size: 1.3em;
    color: #fff;
}
@media screen and (max-width: 830px){
    h1{
     font-size: 1.3em;   
    }
    .desc{
        display: none;   
    }
}

@media screen and (max-width: 400px){
    h1{
     font-size: 1.1em;   
    }
    header span{
        display: none;   
    }
    .gist{
        width: 100%;
    }
}



div.fb-share-button {
  margin-top: 1em;
  margin-left: 1em;
  margin-bottom: 1em;
}
