.art {
  background: url("../resources/gray_gradient.jpg") no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  max-width: 100%;
  height: 100vh;
}

.games {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.game-title {
  color: white;
  font-size: 2em;
  font-weight: 600;
  padding-top: 5%;
  font-family: "Play", sans-serif;
}
@media (min-width: 400px) and (max-width: 799px) {
  .game-title {
    padding-top: 3%;
    font-size: 2.5em;
  }
}
@media (min-width: 800px) {
  .game-title {
    padding-top: 3%;
    font-size: 3em;
  }
}
@media (min-width: 1050px) {
  .game-title {
    font-size: 4em;
  }
}

.game-project {
  margin-top: 10%;
  margin-bottom: 30px;
  font-family: "Play", sans-serif;
}

.game-project h3 {
  color: white;
  font-size: 1.5em;
  font-family: "Play", sans-serif;
}
@media (min-width: 400px) and (max-width: 799px) {
  .game-project h3 {
    font-size: 2em;
  }
}
@media (min-width: 800px) {
  .game-project h3 {
    font-size: 2.5em;
  }
}
@media (min-width: 1050px) {
  .game-project h3 {
    font-size: 3em;
  }
}

.code-link {
  padding: 10px;
}

.code-link a {
  color: white;
  font-size: 30px;
  font-family: "Play", sans-serif;
  -webkit-text-stroke: 1px black;
}

.code-link a:hover {
  color: black;
  text-decoration: none;
  background-color: white;
}

.code-link::before {
  content: "</>";
  color: white;
  font-size: 30px;
  -webkit-text-stroke: 1px black;
}

.webgl-content {
  position: relative;
  max-width: 960px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.webgl-content:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.5%;
}
.webgl-content > #unityContainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#minesweeper {
  color: #fff;
  background-color: #000;
  outline: 5px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
  font-size: 20px;
}

/*# sourceMappingURL=games.css.map */
