@font-face {
    font-family: merriweather;
    src: url(Merriweather-Regular.ttf);
}

body {
    margin: 0;
    background-image: url("background.png");
    font-family: consolas, courier;
    font-size: 12pt;
    
}
body .txt {
    padding: 0% 10%;
}
nav {
    height: 24px;
    background: #333333;
    padding: 5px 10%;
    
    vertical-align: super;
}
nav img {
    height: 90%;
    }
nav .link {
    position: absolute;
    right: 10%;
    display: inline;
    
}
nav a {
    color: #ff0099;
    padding-right: 10px;
    font-size: 14pt;
    font-variant-caps: small-caps;
    vertical-align: inherit;    
}

h1, h2 {
    font-family: merriweather;
}

.txt h1 {
margin-top: 60pt;
font-size: 24pt;
}
.techwiki h1 {
    margin-top: 0;
    font-size: 18pt;
    text-align: center;
}
.txt h2 {
color: #ff0099;
font-size: 16pt;
}
.techwiki h2 {
    color: black;
}
/*.txt p {

}*/
.separator {
text-align: center;
padding: 32pt 0;
font-family: consolas, courier;
}

