@charset "UTF-8";

html {
  box-sizing: border-box;
  color: #444444;

  font: 100%/1.6 "Trebuchet MS", Arial, Helvetica, sans-serif;
  box-shadow: inset 0 0 30px #111111;
}

.page {
  max-width:960px;
  margin:auto;
  text-align:center;
}

.header {
  margin:auto;
  max-width:300px;
  min-width:200px;
}

.title {
  color: #808080
  font-weight: bold;
  text-align:left;
}

h1 {
  text-align:left;
  margin:auto;
  color: #808080
}

.bigGame {
  min-width:300px;
  max-width:960px;
  margin:auto;
  border-radius: 15px;
  box-shadow: 0px 0px 3px 2px grey;
}

.smallGame {
  min-width:168px;
  max-width:480px;
  margin:auto;
  border-radius: 15px;
  box-shadow: 0px 0px 3px 2px grey;
}

.bigGame:hover {
  box-shadow: 0px 0px 3px 2px black;
}

.smallGame:hover {
  box-shadow: 0px 0px 3px 2px black;
}

a:visited {
  color: #435747;
}

a {
  color: #132717;
  text-decoration:none;
}
