html, body{
    background-color: #2e3446;
    font-size:24px;
    height:100%;
    width:100;
    margin:0px;
    padding:0px;
}

div.intro{
    height:100vh;
    width:80%;
    margin:auto;
    color: #AA5;
}
strong, em{
    color: #AA5;
}
pre{
    color: #AA5;
}
a, a:visited{
    color: #6B6;
}
[class^="func"]{
    border:1px solid black;
    padding-left:5vw;
}
[class^="func"]:nth-child(odd){
    background-color: #444;
}
code{
    font-family:"Lucida Console", Monaco, monospace;
}
span.block.comment {
    color: #6B6;
}
span.line.comment{
    color: #EE8;
}
input[type="checkbox"]{
    width:50px;
    height:50px;
}
div.chex{
    line-height: 60px;
    border:1px solid #AA5;
}
div:nth-child(even){
    
}
pre#compiled{
    z-index: 9001;
    position: fixed;
    top:0px;
    right:0px;
    height: 100vh;
    width: 80vw;
    background-color: #222;
    margin:0px;
    padding:0px;
    overflow-y:auto;
}
