@import url('https://fonts.googleapis.com/css2?family=BenchNine&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Niconne&display=swap');

body {
  background-color: #ebffee;
}

div {
  /* border:1px solid #bbb; */
}

a {
  text-decoration: none;
  color: #05240d;
}

#content {
  margin-top: 20px;
  margin-left: 130px;
}

#content div {
  float: left;
}

#biglogo {
  height: 1000px;
}

#content-title {
  margin-left: -90px;
  margin-top: 60px;
}

#content-title .title {
  font: 200px Niconne, cursive;
  color: green;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: black;
}

#content-title .subtitle {
  position: absolute;
  font: 50px BenchNine, sans-serif;
  color: black;
  margin-left: 120px;
  margin-top: -10px;
}

#content-game-list {
  position: absolute;
  margin-left: 410px;
  margin-top: 440px;
}

#content-game-list a {
  color: black;
}

#content-game-list .game-list-descrip {
  position: absolute;
  margin-left: 160px;
  margin-top: 10px;
  width: 400px;
}

#content-game-list .game-list-title {
  font: 50px BenchNine, sans-serif;
}

#content-game-list .game-list-subtitle {
  font: 25px BenchNine, sans-serif;
}

#footer {
  position: absolute;
  margin-top: 925px;
  margin-left: 20px;
  font: 32px BenchNine, sans-serif;
}

#footer a {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

#footer img {
  margin-right: 5px;
}
