/* Created by Ekin Aslan ekinaslan.js@gmail.com */

@import url("./variable.css");
@import url("./desktop.css");
@import url("./mobile.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::-webkit-scrollbar {
  display: none;
}

html {
  scroll-behavior: smooth;
  font-size: 0.755vw; /* Desktop */
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

/* ================================================== Extra ================================================== */

.hidden {
  opacity: 0;
}

.game-image {
  position: relative;
}

.game-image img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;

  transition: opacity var(--fast);
}

.game-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.game-icon p .age {
  font-family: sans-serif;
  font-weight: bold;
}
