body {
 background-image: url("Games Background.png"); 
 background-size: 1536px  864px;
}

.header {
  border: 20px solid #000000;
  padding: 0px;
  text-align: center;
  background: #10284B;
  color: white;
  font-size: 30px;
  font-family: Verdana;
}

#NES-1{
  position: absolute;
  top:275px;
  bottom: 0;
  left:525px;
  right: 0px;
}

#NES-2{
  position: absolute;
  top:275px;
  bottom: 0;
  left:750px;
  right: 0px;
}

#NES-3{
  position: absolute;
  top:275px;
  bottom: 0;
  left:965px;
  right: 0px;
}

#SNES {
  position: absolute;
  top:450px;
  bottom: 0;
  left:525px;
  right: 0px;
}
#WILDCARD{
position: absolute;
  top:450px;
  bottom: 0;
  left:750px;
  right: 0px;
}
#GENESIS{
position: absolute;
  top:435px;
  bottom: 0;
  left:965px;
  right: 0px;
}
#N64-1{
  position: absolute;
  top:600px;
  bottom: 0;
  left:525px;
  right: 0px;
}

#N64-2{
  position: absolute;
  top:600px;
  bottom: 0;
  left:750px;
  right: 0px;
}

#N64-3{
  position: absolute;
  top:600px;
  bottom: 0;
  left:965px;
  right: 0px;
}