body{
    background-color: black;
    color: #d5a4ff;
    font-family:"Liberation Mono", monospace;
    margin-left: 20px;
}

p{
    font-size: larger;
}
a{
	color: #9be9ff
}
a:hover{
	color: #88a4ff

}
.bar{
    color: #000000;
    background-color: #bf75ff;
    padding-left: 7px;
    padding-right: 7px;
    font-weight: bold;
}

::selection {
  color: #ffffff;
  background: #540069;
}


.container img{
	width: 50%;
	image-rendering: pixelated;
}
.container div{
	width: 50%;
}

.gamelogocontainer{
	width: 100%;
	text-align: center;
	margin-top:50px;
	margin-bottom:50px;
}
.gamelogocontainer img{
	width: 10%;
	image-rendering: pixelated;
}
 .container {
      display: flex;              /* Puts items side by side */
      align-items: center;        /* Vertically align text and image */
      justify-content: space-between; /* Optional: space out the elements */
      max-width: 800px;
      margin: 20px auto;
      gap: 20px;                  /* Space between text and image */
    }


	
iframe{
	border: 0;
	padding:0;
	margin:0;
	width: 100%;
	height:100%;
	aspect-ratio: 16/9;
	cursor:none;
}

.iframelauncher{
	outline-color: #ffffff;
	outline-width: 10px;
	width: 50%;
	margin-left: 25%;
	aspect-ratio: 16/9;
	background-color: #111;
	position: relative;	
	padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iframelauncher .fullscreenbutton{
	opacity: .4;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 16px;
  display: block;
  transition: opacity 0.4s;
  background: none;
  padding: 0;
  border: 0;
  cursor: pointer;

  right:10px;
  bottom:10px;
}
.fullscreenbutton img{
	width:30px;
	height: 30px;
	display: block;
}
#minibounce{
	color:#777
}

.date{
	margin-top: 0px;
	color:#c593ffc0
}

img{
	/* height:200px; */
	max-width: 400px;
	
}