html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
  background-color: #1c1e22;
  background-image: url("//snap.skindb.co/site-asset/background.jpg");

  font-family: 'Roboto', 'Calibri', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.vert-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.desktop-view,
.desktop-view-inline {
  display: none;
}

.title-container {
  text-align: center;
  margin-bottom: 2.5rem;
}

.title {
  margin: 0;
  margin-top: 2.5rem;
  color: white;
  font-weight: 700;
  font-size: 5rem;
}

.title span {
  transition: color 200ms ease-in-out;
  color: #60acff;
  font-weight: 900;
}

.title small {
  color: #76818d;
}

.title span.fortnite {
  /*color: #e360ff;*/
  color: #c960ff;
}

.title span.valorant {
  color: #ff6060;
}

.title span.fallguys {
  color: #2fd7de;
}

.games {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
}

.games .game-panel {
  color: inherit;
  position: relative;
  width: 100%;
  min-height: 1px;

  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%;
  cursor: pointer;
  margin-bottom: 1rem;
}

.games .game-panel .game-name {
  display: flex;
  align-items: center;
  font-size: 3.5rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  justify-content: center;
  text-shadow: 1px 1px #585858;
  transition: text-shadow 150ms ease-in-out;
}

.games .game-panel:hover .game-name,
.games .game-panel:focus .game-name {
  text-shadow: 1px 1px 10px #313131;
  color: #f5f5f5;
}

.games .game-panel img {
  width: 100%;
  filter: saturate(50%);
  transition: filter 200ms ease-in-out, opacity 100ms ease-in-out;
  border-radius: 10px;
  opacity: .5;
}

.games .game-panel:hover img,
.games .game-panel:focus img {
  filter: none;
  opacity: .75;
}

@media only screen and (min-width: 33.75em) {  /* 540px */
  .container {
    width: 80%;
    max-width: 80rem;
  }
}

@media only screen and (min-width: 569px) and (max-width: 1023px) {
  .container {
    width: 85%;
    max-width: 85rem;
  }
}

@media only screen and (min-width: 65em) {
  .vert-container {
    height: 100vh;
  }

  .desktop-view {
    display: block;
  }
  .desktop-view-inline {
    display: inline-block;
  }

  .container {
    width: 80%;
    max-width: 80rem;
  }

  h1.title {
    margin-top: 0;
    font-size: 8rem;
  }

  .sub {
    margin-top: 0.5rem;
    font-size: 1.5rem;
  }

  .games .game-panel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0;
  }

  .games .game-panel .game-name {
    font-size: 3rem;
  }
}

@media (min-width: 2000px) {
  .container {
    width: 90%;
    max-width: 90rem;
  }

  h1.title {
    font-size: 9rem;
  }

  .sub {
    margin-top: 0.5rem;
    font-size: 1.75rem;
  }

  .games .game-panel .game-name {
    font-size: 3.5rem;
  }
}
