html {
  color: var(--text-color);
  font-family: "Comic Sans MS", "Comic Sans", "Chalkboard SE", "Comic Neue";
  background-color: var(--bg-color);
  background-image: url("/images/background.png");
  height: 100vh;
}
body {
  background: var(--secondary-bg);
  background-size: 100% 700px;
  width: 50%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: right;
}
footer {
  text-align: center;
}

footer img {
  height: 200px;
  margin: -5px;
}
#header-image {
  width: 100%;
  object-fit: contain;
}
#games {
  align-content: left;
  text-align: left;
}
#click-plz {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: black;
  left: 0;
  top: 0;
  color: white;
  text-align: center;
}
.card {
  width: 40%;
  display: inline-block;
  background-color: var(--card-color);
  margin: 20px 0 0 5%;
  padding: 2%;
}
.card img {
  width: 100%;
}
.card p {
  text-align: center;
  left: 7.36px;
}
.founder {
  width: 60%;
  padding: 5%;
  background-color: var(--card-color);
  margin: 80px auto;
}
.founder img {
  width: 100%;
}
.f-u {
  width: 40%;
  text-align: left;
}
