<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.logo {
  width: 20px;
  vertical-align:middle;
}

body {
  font-family:"Courier New";
  color:#449494;
  background-color:#151619;
  background-image: url(tex/bg.png);
  background-size:50px;
  background-repeat: repeat;
}
/* 
  cursor: none;
 */

.head {
  vertical-align: middle;
  text-align: center;
  margin:-10px;
  margin-top:-15px;
  margin-bottom:20px;
  background-color:#141a1e;
}

ul {
  list-style-type: none;
  margin:-20px;
  margin-right:auto;
}

.left_col {
  width:15%;
}

.container {
  display: flex;
  justify-content: space-between;
  width:100%;
}

.techne_asset {
  background-color:#1a2229;
  padding:10px;
  margin:10px;
  border-radius: 2px;
  box-shadow: 0px 1px 5px #101010;
}

@media only screen and (max-width:600px) {
  .techne_asset {
    display: none;
  }
  .left_col {
    display:none;
  }
}

.main {
  margin: auto;
  width:70%;
  min-width:400px;
  max-width:800px;
  padding-top:10px;
  margin-bottom:70px;
  border-radius: 2px;
  box-shadow: 0px 1px 5px #101010;
  background-color:#1a2229;
}

.main div{
  padding:10px;
}

.title {
  margin: auto;
  margin-top:-30px;
  padding:10px;
  text-align:center;
}

div {
  margin-top:10px;
  margin-bottom:10px;
  font-size:10pt;
}

h1 {
  color:#FFD939; /* yellow */
  font-size:28pt;
}

.head h2 {
  font-variant-caps: small-caps;
  font-weight:normal;
  font-size:14pt;
  padding-top:10px;
  color:#449494; /* cyan */
}

h2 {
  font-size:14pt;
  color:#8568a8; /* purple */ 
}

h3 {
  font-size:12pt;
  font-variant-caps: small-caps;
  font-weight:normal;
  margin-top:-12px;
  padding-bottom:10px;
  color:#8568a8; /* purple */ 
}

.gallery img {
  width:25%;
  min-width:350px;
  object-fit: contain;
  padding:2px;
}

iframe {
  border:none;
  color:white;
}

.video_link {
  width:100%;
  border:none;
}

img {
  width:100%;
  object-fit: contain;
}

#revcal_img {
  max-width:400px;
}

.gallery {
  text-align:center;
}

a {
  text-decoration:none;
  color:#FFD939; /* yellow */
}

.technicals {
  text-align:left;
  font-size:10pt;
}

footer {
  text-align:center;
  position:fixed;
  width:100%;
  bottom:0px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.infos {
  border:0.5px solid #444949;
  font-size:10pt;
  padding:10px;
  margin-bottom:0px;
  border-radius: 2px;
  background-color:#1a2229;
}

.infos a{
  color:#449494;
}

.infos a:hover{
  color:#314159;
}
</pre></body></html>