html {
  height: 100%;
}
body {
  font-family: Arial;
  height: 100%;
}

#root-container {
  position: relative;
  min-height: 100%;
}

#content-container {
  padding-bottom: 220px;
}

footer {
  color: grey;
  background: black;
  padding: 50px 0px;
  width: 100%;
  text-align: center;
  margin: 0;
  position: absolute;
  bottom: 0;
}

.title-heading {
  text-align: center;
  padding: 20px;
}

.section-content {
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 20px;
  text-indent: 40px;
}

.left-align {
  text-align: left;
}

#games-list {
  text-align: center;
}

.game-img {
  width: 300px;
  height: 300px;
}

.game-container {
  width: 300px;
  text-align: center;
  display: inline-block;
  margin: 10px;
}

.game-description {
  text-align: left;
  height: 40px;
  overflow: scroll;
}

.game-title {
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  display: block;
  color: black;
}

.game-title:visited {
  text-decoration: none;
  color: inherit;
}

.icon-button {
  width: 40px;
  height: 40px;
  border-radius: 10px;
}

.button-link-text {
  padding: 10px;
}

.icon-text-button {
  text-decoration: none;
  display: inline-flex;
  margin: 0;
  background: lightgray;
  border-radius: 10px;
  width: 110px;
}

.icon-text-button:visited {
  text-decoration: none;
  color: inherit;
}

.linked-list li {
  height: 40px;
  padding: 1px;
  min-width: 300px;
}
.linked-list li a {
  background: lightgray;
  border-radius: 10px;
  padding: 10px;
  display: block;
}