/* Set height of body and the document to 100% to enable "full page tabs" */
body, html {
  height: 100%;
  margin: 0;
  font-family: Arial;
}

/* Style tab links */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 33.33%;
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: rgb(255, 253, 228);
  display: none;
  padding: 70px 20px;
  min-height: 100%;
}

.left {
  float: left;
  border: 1px solid black;
  width: 120px;
  margin: 5px;
  margin-right: 15px;
}

/* unvisited link */
a:link {
  color: rgb(62, 131, 209);
}
  
/* visited link */
a:visited {
  color: rgb(99, 58, 153);
}
  
/* mouse over link */
a:hover {
  color: rgb(0, 162, 255);
}
  
/* selected link */
a:active {
  color: rgb(128, 6, 128);
}

.gradient {
  border: 1px solid #1b5329;
  background-color: #35a87a;
  border-radius: 10px;
  padding: 10px;
  margin: 5px;
}

#Home {background-color: #65b388;}
#Games {background-color: #65b388;}
#Info {background-color: #65b388;}