/*FONTS*/

@font-face {
  font-family: 'Press Start 2P';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/pressstart2p/v15/e3t4euO8T-267oIAQAu6jDQyK3nVivM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Silkscreen';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/silkscreen/v5/m8JXjfVPf62XiF7kO-i9YLNlaw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexmono/v19/-F63fjptAgt5VM-kVkqdyU8n1i8q1w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/*STYLES*/

body {
    background-color: #27393f;
    background-image: url("../Bilder/Background_tech.png") ;
    font-family: 'Press Start 2P', Courier; 
}

main {
    display: flex;
    justify-content:center;
    align-items:center;
    margin: auto;
}

table { 
  margin: 50px;
}

table td {
    vertical-align: top;
    margin: 50px;
    width: fit-content;
    height: fit-content;
}



p {
  margin: 0px;
  text-decoration: none;
  font-size: 20px;
  color: #649092;
  font-weight: bold;
  font-family: 'IBM Plex Mono';
  /*font-family: Courier;*/
}

a {
  color: #6f535b;
  text-decoration: none;
}

pre{
  background-color: #3b454b;
  padding: 15px;
  padding-top: 3px;
  width: fit-content;
  border-radius: 5px;
}

code{
  color: #7ac7c9;
}


h1 {
  font-family: 'Silkscreen';
  text-decoration: none;
  font-size: 80px;
  color: #6f535b;
  background: #27393f;
  display: block;  
  padding: 1px; 
  width: max-content;
  writing-mode: vertical-rl;

  
}

h2 {
  margin: 5px;
  margin-bottom: 15px;
  text-decoration: none;
  font-size: 25px;
  color: #cfc89d;
  background: #6f535b;
  display: block;  
  padding: 10px;  
}



img {
  justify-content: center;
  align-items: center;
  display: block;
  margin: auto;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  padding: 30px;
}


footer {
    position:fixed;
    bottom: 0px;
    left: 80%;
}

iframe {
  justify-content: center;
  align-items: center;
  background-color:#649092;
  height: auto;
  min-height: 600px;
  border: none;
  min-width: 800px;
}

.sidenav {
  width: fit-content;
  background: #649092;
  padding: 5px;
  margin-right: 50px;
}

.sidenav a {
  margin: 5px;
  font-size: 20px;
  color: #649092;
  background: #cfc89d;
  display: block;
  padding: 5px;
  text-decoration: none;
  white-space: nowrap;
}

.sidenav a:hover {
  /*color: #eb6b6f;*/
  color: #6f535b;
}

.content {
  min-width: 600px;
  max-width: 850px;
}

.post { 
    background: #649092;
    padding: 5px;
    width: 800px;

}

.spacer p{
  font-family: 'Silkscreen';
  text-decoration: none;
  font-size: 50px;
  color: #649092;
  padding: 1px; 
  width: max-content; 
  margin: 5px;
  background-color: transparent;
}

.post-content {
  margin: 5px;
  height: fit-content;
  background: #cfc89d;
  padding: 10px;
}
