@font-face {
  font-family: Minecraftia;
  src: url("Minecraftia-Regular.ttf");
}

* {
  font-family: Minecraftia;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

a, span, p {
  color: #838da3;
  font-size: 24px;
  line-height: 1.5em;
  text-shadow: 3px 3px 0 #202328;
  pointer-events: none;
  user-select: none;
}

green {
  color: #6ff387;
  text-shadow: 3px 3px 0 #1b3c21;
}

body {
  background: linear-gradient(#100f16, #195e3b);
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

img {
  pointer-events: all;
  cursor: pointer;
  transition: .5s cubic-bezier(0, 1, 0, 1);
  transform: none;
}

img:hover {
  transform: translateY(-10px) scale(1.1);
  filter: brightness(1.2)
}

.flavour {
  margin-top: 1em;
}

.disclaimer {
  position: fixed;
  text-shadow: none;
  color: #13101b;
  opacity: .5;
  bottom: 1em;
}