* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  font-family: "Unica One", sans-serif;
  background: #111;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5rem;
}

.heading {
  color: #eee;
  font-size: 5rem;
  font-weight: 300;
  text-transform: uppercase;
}

#skipbutton {
  position: fixed;
  bottom: 20px;
  right: 20px;

  padding: 10px 20px;

  background-color: #6964642a;
  color: white;
  border: none;
  font-family: "Unica One", sans-serif;
  border-radius: 5px;

  font-size: 16px;
  cursor: pointer;
}


.experience {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

.credits {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #ffffff;
  text-align: right;
  font-family: 'Roboto', sans-serif;
}

.credits a {
  color: inherit;
}

#proxies-btn {
  background: #9933cc;
  margin-right: 6em;
  margin-bottom: 1em;
  align-items: center;
  justify-content: center;
}

#games-btn {
  background: #9933cc;
  margin-left: 6em;
  margin-bottom: 1em;
  align-items: center;
  justify-content: center;
}

body {
  color: #ffffff;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.game img {
  width: 95%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  margin: auto;
  display: block;
}

button {
  padding: 0.5em 1em;
  border: none;
  border-radius: 4px;
  color: white;
  font-size: 18px;
  position: absolute;
  cursor: pointer;
}

.game {
  margin-top: 10em;
  z-index: 2;
  width: 200px;
  margin: 10px;
  padding: 5px;
  border: none;
  border-radius: 5px;
  text-align: center;
  background-color: rgba(56, 56, 56, 0.8);
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
  overflow: hidden;
}
#games {
  text-transform: uppercase;
  font-family: "Unica One", sans-serif;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
  margin-top: 20px;
}