.phone-content {
  background: #351fb7;

  .content-wrapper {
    position: relative;
    height: 100%;

    .content-inner {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: calc(100% - 91px);
      color: white;
      padding: 0 20px;

      h1.game-name {
        font-family: "Mantinia", sans-serif;
        color: #d1b374;
        letter-spacing: -3px;

        span:nth-child(5) {
          margin-right: 5px;
        }
      }

      .game-name > span {
        display: inline-block;
        opacity: 0;
        animation: fadeIn 0.4s ease forwards;
      }

      span.text,
      h2.game-developer {
        font-family: "SpotifyMixRegular", sans-serif;
      }

      span.text {
        font-size: 25px;
        margin-bottom: 5px;
        font-family: "SpotifyMixBold", sans-serif;
      }

      img.game-cover {
        width: 100%;
        height: auto;
        max-width: 100%;
        margin-top: 20px;
        border-radius: 15px;
      }

      .fade-in:nth-child(1) {
        animation-delay: 0.1s;
      }

      .game-name.fade-in > span:nth-child(1) {
        animation-delay: 0.5s;
      }

      .game-name.fade-in > span:nth-child(2) {
        animation-delay: 0.7s;
      }

      .game-name.fade-in > span:nth-child(3) {
        animation-delay: 0.9s;
      }

      .game-name.fade-in > span:nth-child(4) {
        animation-delay: 1.1s;
      }

      .game-name.fade-in > span:nth-child(5) {
        animation-delay: 1.3s;
      }

      .game-name.fade-in > span:nth-child(6) {
        animation-delay: 1.5s;
      }

      .game-name.fade-in > span:nth-child(7) {
        animation-delay: 1.7s;
      }

      .game-name.fade-in > span:nth-child(8) {
        animation-delay: 1.9s;
      }

      .game-name.fade-in > span:nth-child(9) {
        animation-delay: 2.1s;
      }

      .fade-in:nth-child(3) {
        animation-delay: 2.5s;
      }
      .fade-in:nth-child(4) {
        animation-delay: 2.7s;
      }
    }
  }
}
