@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

body {
  margin: 0;
  padding: 0;
}

#container {
  position: fixed;
  touch-action: none;
}

#ucs {
	float: left;
	position: relative;
	left: 50%;
}

#centered {
	float: left;
	position: relative;
	left: -50%;
	border: none;
	padding:10px;
	/*padding-top: 6px;*/
	text-align: center;
}



p {
	color: #FFFFFF;
	font-family: 'Press Start 2P';
	line-height: 2em;
	font-size: 13px;
}

p#iam {
	/*mix-blend-mode:difference;*/
    color: #000000;
	text-align: left;
    line-height: 2em;
    font-size: 13px;
    /*width: 700px;*/
    /*height: 180px;*/
    left: 10%;
	right: 20%;
    margin-left: 0;
    top: 60%;
    margin-top: 0;
    position: fixed;
}

a {
	color: #F8B3FF;
	text-decoration:none;
	font-size: 18px;
	line-height: 2em;
}

a:visited { 
	color: #B3FFDC;
}

#overlay{
	background: #000000 url("images/loading.gif") no-repeat center center;
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}

   .hide {
        display: none;
    }