body {
  background-color: blue; 
  color: white;
  font-family: Arial, Helvetica, sans-serif; 
}
#gameList {
  width: 50%; 
  float: left; 
}
#infoList {
  width: 50%; 
  float: right; 
}
.linkList{
  list-style: none; 
  background:white; 
}
.linklist:hover {
  
}
.linkBox {
  border: 1px solid white;
  background: blue; 
  color: white;
  width: 20em; 
  text-align: center; 
  margin: .5em;
  padding: 0; 
}
.linkBox a {
 margin: 0px; 
 display: block; 
 color: white; 
 text-decoration: none;
}
.linkBox:hover {
  width: 22em; 
  margin: 0em; 
  font-size: 1.1em; 
}