body {
  background-color: #202020;
  color:#fff;
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
    /*color:#5656e7;*/

}

header{
    height:15vh;
}

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

a:hover{
    color:#2E9CCA;
}

nav {
    font-size:larger;
}

nav a{
    text-decoration:none;
    margin-right:10px;
}

nav a.active{
    text-decoration: underline;
}

.bottom-nav{
    height:30px;
}

.bottom-disclaimer{
    width:250px;
    margin:auto;
    color: #717171;
    text-align:center;
}

.bottom-disclaimer a{
    text-decoration:none;
    color:inherit;
}

.button{
    border: solid 2px;
    padding:5px;
    border-radius:5px;
}

.centered{
    text-align:center;
}

.description{
    font-size:larger;
}

.hljs{
    border-radius:10px;
    box-shadow:2px 2px gray;
}

.preview{
    border:solid 5px;
    border-radius: 5px;
    padding:5px;
    margin:auto;
}
	 

.subheading{
    color:#717171;
    margin-top:-20px;
}

.content{
    width:70%;
    margin:auto;
    font-size:large;
    min-height:65vh;
}
	 
.right {
    float:right;
}

.left{
    float:left;
}      
			      
