@font-face {
  font-family: Minecraft;
  font-display: auto;
  src: url('/css/fonts/font.otf') format('truetype');
}

html {
  height: 100%;
  width: 100%;
  background-color: #28282b;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  transition: .5s;
  width: 15px
}

::-webkit-scrollbar-track {
  background: #89CFF0;
  border-radius: 10px;
  border: none;
  box-shadow: inset 0 0 8px #28282b!important;
  transition: .5s
}

::-webkit-scrollbar-thumb {
  background: #28282b;
  border-radius: 10px;
  transition: .5s
}

::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:active  {
  background: #1a1a1a;
  transition: .5s
}

::selection {
  color: #28282b!important;
  background: #89CFF0!important
}

p {
  text-align: center;
  font-size: 20px;
  color: white;
}

html,body{height:100%}

body {
transition: .5s backdrop-filter;
  background: url('background.png') no-repeat center center fixed;
  background-size: cover;
  font-family: Minecraft, sans-serif;
}

html, body, .container-table {
  height: 100%;
}

.container-table {
  display: table;
}

.vertical-center-row {
  display: table-cell;
  vertical-align: middle;
}

.lynx {
  display: block;
  background-image: linear-gradient(to left, #89CFF0, #89CFF0, #89CFF0, #89CFF0, #89CFF0, #89CFF0, #89CFF0);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 10em;
  text-align: center;
  margin-bottom: 10px;
  -webkit-text-stroke: 5px rgba(0, 0, 0, 0.5);
}

body.select-version .play-button {
  width: 525px
}

.footer-copyright{
  font-size: 22px;
}

.back-button, body.select-version .back-button{
  width:260px;
  top:10px;
  left:10px;
  font-size: 2em;
  padding: 10px;
  background-color: gray;
  color: white;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  max-width: 100%;
  width: 300px;
  text-align: center;
  display: block;
  margin:auto;
}

.dropdown {
  position:absolute;
  top:2%;
  right:1%;
  width:120px;
  height:60px;
  font-size:24px;
}

.button {
  top:5%;
  right:5%;
  width:60px;
  height:30px;
}

.small {
  font-size: 15px;
  color: white;
}

#changelog {
  top: 69%;
  left: 4%;
  transform: translateY(-50%);
  position: absolute;
  background-color: rgb(49, 51, 54);
  height: 57vh;
  width: 25vw;
  padding-left: 1vw;
  padding-right: 1vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  border-radius: 1vw;
  color: white;
  max-width: 45vw;
  text-align: center;
  overflow: visible;
  font-size: calc(1.2vw);
}

.play-button {
  font-size: 2em;
  padding: 10px;
  background-color: gray;
  color: white;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  max-width: 100%;
  width: 450px;
  text-align: center;
  display: block;
  margin:auto;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .5s ease-in-out;
}

.text-center {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}

.game-link {
  height: 390px;
  width: 300px;
  margin-bottom: 20px;
}

.game-tile {
  background-color: #949494;
  height: 390px;
  width: 300px;
  color: #ffffff;
  border-radius: 30px;
  -webkit-animation: scale-down-center 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-down-center 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  margin-bottom: 10px;
}

.game-tile:hover {
  text-decoration: none;
  -webkit-animation: scale-up-center 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-center 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.game-icon {
  border-radius: 30px;
  width: 300px;
  height: 300px;
}

.game-title {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}

.flex-container {
  display: flex;
  flex-direction: row;
  order: 0;
  flex-grow: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.container {
  padding: 6px;
}

.h1a {
  font-size: 50px;
  color: whitesmoke;
  text-align: center;
}

.h1d {
  font-size: 20px;
  text-align: center;
  color: whitesmoke;
}

.inputText {
  margin: auto;
  margin-right: 10px;
  display: block;
  text-align: center;
  width: 500px;
  height: 70px;
  font-size: 30px;
  color: white;
  background-color: #494A4A;
  border: 0px #0D0D0D solid;
  border-color: #0D0D0D;
  border-radius: 20px 20px 20px 20px;
}

.inputGo {
  margin: auto;
  margin-left: 5px;
  display: block;
  width: 70px;
  height: 70px;
  font-size: 30px;
  color: white;
  background-color: #494A4A;
  border: 0px #0D0D0D solid;
  border-color: #0D0D0D;
  border-radius: 20px 20px 20px 20px;
}

.inputContainer {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.server-embed {
  margin: auto;
}

.slynx {
  display: block;
  background-image: linear-gradient(to left, #89CFF0, #89CFF0, #89CFF0, #89CFF0, #89CFF0, #89CFF0, #89CFF0);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 50px;
  text-align: center;
  margin-bottom: 10px;
  -webkit-text-stroke: 5px rgba(0, 0, 0, 0.5);
}

.llynx {
  display: block;
  background-image: linear-gradient(to left, #89CFF0, #89CFF0, #89CFF0, #89CFF0, #89CFF0, #89CFF0, #89CFF0);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
  -webkit-text-stroke: 5px rgba(0, 0, 0, 0.5);
}

.clynx {
  display: block;
  background-image: linear-gradient(to left, #89CFF0, #89CFF0, #89CFF0, #89CFF0, #89CFF0, #89CFF0, #89CFF0);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  -webkit-text-stroke: 5px rgba(0, 0, 0, 0.5);
}

.nlynx {
  display: block;
  background-image: linear-gradient(to left, #89CFF0, #89CFF0, #89CFF0, #89CFF0, #89CFF0, #89CFF0, #89CFF0);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
  -webkit-text-stroke: 5px rgba(0, 0, 0, 0.5);
}