body { background: /*#e33e9d;*/ #000; font-family: courier; color: #fff; /*font-size: 2.8vw; */}
main { position: fixed; top: 0; left: 0; right: 0; bottom: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.logo { max-width: 90vw; height: auto; }


/* Noisy grainy gradient */


.noise {
  background: radial-gradient(
      circle at 60% 60%,
      rgba(0, 0, 0, 1),
      rgba(0, 0, 0, 0)
    ),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 600 600' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  filter: contrast(145%) brightness(650%) invert(100%);
  mix-blend-mode: screen;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
  .noise {
    filter: contrast(125%) brightness(650%) invert(100%);
    mix-blend-mode: color-dodge;
  }
}

.conversational-form {
	font-family: Courier;
}


#cf-context { 
  /*background: #e33e9d !important;*/
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
} 

#fyiwdwytm { width: 200px; height: 100px; }


.fy {
  font-size: 40px;
  font-weight: bold;
  width: 200px;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;	
}

.p4 {
	padding: 4rem;
}

.mtf {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mtf input {
	width: 200px;
	height: 40px;
	margin: 5px 0;
}
.mtf input[type=password] {
	font-size: 20px;
	letter-spacing: 10px;
	background: #000;
	border: 3px dashed white;
	color: #fff;
}

.mtf input[type=submit] {
	background: #000;
	border: 3px dashed white;
	color: #fff;
	font-size: 20px;
	letter-spacing: 20px;
	font-weight: bold;
	padding-left: 20px;
	cursor: pointer;
}

pre {
	display: inline;
}

@media screen and (min-width: 769px) {
   #app {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}


.hasImage img { min-height: 70px; width: auto; }

/*
#result {
	position: fixed;
	left: 0; right: 0; bottom: 0;
	height: 0px;
	background: #e33e9d;
	transition: all 1s;
	z-index: 1000 !important;
}

#tester {
	position: fixed;
	top: 20px; 
	right: 20px;
	z-index: 1500  !important;
	
}
	*/