html {
  background-color: #dddddd;
}

a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline dotted;
}

body {
  font-family: sans-serif;
  margin: 0;
}

h1 {
  font-family: sans-serif;
  color: indigo;
}

h2 {
  font-family: sans-serif;
  color:midnightblue;
}

.globalContainer {
  background-color: #FFFFFF44;
  padding: 1em 2em;
  margin: 1em auto;
  max-width: 50rem;
}

.gameCard {
  background-color: #000;
  height: 350px;
  flex: 1;
  min-width: 150px;
  padding: 22px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  border-radius: 13px 0 0 0;
}

.gameList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.gameTitle {
  font-family: sans-serif;
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.gameJamName {
  font-size: 15px;
  font-style: italic;
  margin-bottom: 0.5em;
}

.gameJamTheme {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 0.5em;
  color: #aaae
}

.releaseDate {
  font-size: 11px;
  font-style: italic;
  color: #aaa;
}

.siteFooter {
  margin: 5em auto;
  color: #444;
  font-size: 11px;
}


