@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'VCR';
    src: url('VCR_OSD_MONO_1.001.woff');
    font-weight: normal;
    font-style: normal;
}

* {
  font-family: monospace;
  font-family: 'Inter';
}

body {
  margin: 0;
  background: #030303;
}

.go-to-studio {
  position: fixed;
  top: 8px;
  right: 8px;
  padding: 4px 8px 8px 8px;
  
  background: #ffcc00;
  color: #111;
}

.go-to-studio a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: monospace;
  color: #111;
}

.go-to-studio span {
  font-size: 18px;
  font-family: monospace;
}

.frame-container {
  margin: 0 0 100px 0;
  background: #222;

  padding: 100px;
}

iframe#worldFrame {
  margin: 16px;
  width: calc(100vw - 32px);
  margin: 100px;
  margin: 0;
  width: calc(100vw - 200px);
  /* height: 70vh; */
  aspect-ratio: 1.777;

  border: 0;
}

div.content {
  position: relative;
  padding: 0 0 16px 0;
  margin: 16px auto 32px auto;
  max-width: 840px;

  /* border-bottom: 1px dashed #444; */
}

div.contribute {
  padding: 64px 0 24px 0;
  margin: 16px auto 0 auto;
  max-width: 100%;
  width: 100%;

  /* background: #191919; */
  border-top: 1px dashed #222;
  border-bottom: 1px dashed #222;
}

div.content .img {
  margin: 24px 0px;
  width: 100%;
}

div.content .img img {
  margin: 0;
  width: 100%;
}

div.content .img span {
  display: block;
  margin: 0;
  padding: 8px;
  background: #222;

  font-size: 11px;
  color: #999;
}

h1 {
  margin: 16px auto;
  max-width: 100%;
  font-family: 'VCR';
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}

h2 {
  margin: 0 auto 16px auto;
  max-width: 100%;
  font-family: 'VCR';
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}

h3 {
  margin: 0 auto 16px auto;
  max-width: 100%;
  font-family: 'VCR';
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  color: #ddd;
}

h4 {
  margin: 0 auto 16px auto;
  max-width: 100%;
  font-family: 'VCR';
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: #ccc;
}

p {
  margin: 24px auto;
  max-width: 100%;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #fff;
}

p.tiny {
  margin: 64px 0 0 0;
  font-family: monospace;
  font-size: 13px;
  color: #bbb;
}

.tiny ul {
  display: flex;
  margin: 8px 0 0 0;
  padding: 0;
}

.tiny ul li {
  margin: 0 24px 0 0;
  list-style-type: none;

  font-family: monospace;
  font-size: 13px;
  color: #fff;
}

p a {
  color: #fff;
  text-decoration: underline;
}

p a:hover {
  background: yellow;
  color: #000;
  text-decoration: none;
}

p.head {
  position: relative;
  font-family: 'VCR';
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff9;
}

p.head::before {
  display: block;
  content: '▶︎';
  position: absolute;
  top: 1px;
  left: -24px;

  font-size: 13px;
  color: #fff3;
}

p.code {
  margin: 0 0 64px 0;
  flex: 1;
  max-width: 100%;
  height: 100px;

  font-family: monospace;
  font-size: 14px;
  font-weight: 100;
  word-break: break-all;
  color: #FFD05E;
  color: #fff5;
}

pre {
  flex: 1;
  margin: 16px auto 0 auto;
  padding: 16px;

  background: #111;

  font-family: monospace;
  font-size: 15px;
  color: #FFD05E;
  word-break: break-all;
  /* color: #FFD05E; */
}

#polaroids {
  padding: 0 0 16px 0;
  margin: 16px auto 32px auto;
  max-width: 840px;

  color: #fff;
}

table {
  width: 100%;
}

td {
  color: #fff;
}

div.split-main {
  display: flex;
}

div.split-left, div.split-right {
  flex: 1;
}

div.split-left .img {
  width: 100%;
}

#occupy_parent {
}

.tag-container {
  background:#030303;
  text-align:center;
}

.tag {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 420px;
}

.tag img {
  margin: 0;
  width: 100%;
  border: 2px solid #030303;
}

.tech {
  margin: 0;
  padding: 100px 0 0 0;
  background-size: 100% 100%, 20px 20px, 20px 20px;
  /* background-repeat: repeat; */
  background-image: 
  linear-gradient(#03030300 0%, #030303 250px),
  repeating-linear-gradient(0deg, #fff1, #fff1 1px, transparent 1px, transparent 40px),
  repeating-linear-gradient(-90deg, #fff1, #fff1 1px, transparent 1px, transparent 40px);
}

ul {
  margin: 8px 0 0 0;
  padding: 0;
}

ul li {
  margin: 0 24px 8px 24px;
  list-style-type: square;

  font-family: monospace;
  font-size: 13px;
  color: #fff;
}

ul li span {
  font-family: monospace;
  color: #bbb;
}

ul li span a {
  font-family: monospace;
  color: #bbb;
  text-decoration: none;
}

ul li span a:hover {
  background: yellow;
  color: #111;
}

iframe {
  border: 0;
}

button {
  padding: 16px 24px;
  background: #ffcc00;
  border: 0;

  font-family: monospace;
  text-transform: uppercase;
  font-size: 13px;

  cursor: pointer;
}