body {
    background:rgb(25,26,27);
    color:rgb(160,162,165);
    text-shadow:0px 0px 1px rgba(0,0,0,0.3); 
    font-family:Catamaran;
    padding:0px;
    margin:0px;
}

li {
    padding-bottom:10px; 
    color:rgb(140,142,145);
    font-size:14pt;
    letter-spacing:0.1pt;
}

a {
    text-decoration:none;
    color:skyblue;
}


main {
    padding:100px 25px;
}

p {
    padding:0px; 
    padding-top:20px;
    padding-bottom:15px;
    position:relative;
    color:rgb(200,205,210);
    left:-15px;
    margin:0px;
    font-size:14pt;
    line-height:20pt;
}

ul {
    margin:0px;
    padding:0px;
    margin-right:20px;
}

header {
    border-radius: 10px;
    position: fixed;
    top: 25px;
    left: 25px;
    width: calc(100% - 50px);
    height: 50px;
    background: rgba(20,20,20,0.9);
    color: rgb(200,200,200);
    line-height: 0px;
    letter-spacing: 0px;
}

header button, header input {
    border:0px;
    height:100%;
    padding:0px;
    margin:0px;
    background:none;
    outline:none;
    color:inherit;
    font:inherit;
}

header input {
    width:calc(100% - 50px);
    color:gray;
}


header input:focus {
    color:skyblue;
}

header button {
    width:40px;
}

h1 {
    font-size:25pt;
    padding:0px;
    margin:0px;  
    padding-top:100px;
    font-weight:normal;
    padding-left:20px;
    color:skyblue;
    letter-spacing:4px;
}

.hidden {
    overflow:hidden;
    height:0px;
    padding:0px;
    margin:0px;
}

.tags {
    overflow: hidden;
    height: 0px;
    display: inline-block;
}
 
 
small {
    color:skyblue;
    background:rgba(0,0,0,0.5);
    border-radius:2px;
    padding:0px;
    font-size:10.5pt;
    display:inline-block;
    line-height:0;
    margin:5px;
    vertical-align:middle;
}
small b {
    color:gray;
}