@font-face {
  font-family:'white-on-black';
  src: url('whiteonblack.ttf') format('truetype');
  }

body{
  background-image: url("bricks.jpg");
  } 
iframe{
  border: 20px solid #2800ff;
}
.Warning {
  color:black;
  text-align: center;
  text-shadow: 2px 2px blue;
  font-size: 22px;
  position: absolute;
  right:500px;
} 
.header {
  border: 20px solid #2800ff;
  padding: 30px;
  text-align: center;
  background: #9c9c9c;
  color: white;
  font-size: 30px;
  font-family: Verdana;
    
}

#xbox {
  position: absolute;
  top:80px;
  bottom: 0;
  left:100px;
  right: 0;
}
#playstation {
  position: absolute;
  top:80px;
  bottom: 0;
  left:1200px;
  right: 0px;
}

  
.buttons{
  position: absolute;
  top:0px;
  bottom: 60px;
  right: 0px;
  left:0px;
}

.GB{
  float: left;
  border: 20px solid #2800ff;
}

#fryman{
  position: absolute;
  top:1200px;
  bottom: 0;
  left:100px;
  right: 0px;
}
#omega{
  position: absolute;
  top:1500px;
  bottom: 0;
  left:1000px;
  right: 0px;
}

.counter {
  border: 20px solid #2800ff;
  padding: 30px;
  background: #9c9c9c;
  float: right;
  font-size: 20px;
  font-family:'white-on-black';
  
}
.PM {
  position: absolute;
  right:520px;
  top: 1300px;
}
.enby {
  position: absolute;
  top:1025px;
  bottom: 0;
  left:50px;
  right: 0px;
}


