:root {
      font-family: Inter, sans-serif;
      font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
    }
    @supports (font-variation-settings: normal) {
      :root { font-family: InterVariable, sans-serif; }
    }
    body {
      background-image: url('./img/bg-lempar-tangkap3.png');
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    .img__keranjang-buah {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }

    main {
      position: relative;
    }

    .score-info {
      display: flex;
      column-gap: 12px;
      margin: 12px 16px;
    }

    .score-info__count {
      font-size: 26px;
      height: 72px;
      /* background: #80ADC4; */
      /* border-radius: 9999px; */
      padding: 10px 26px;
      color: white;
      aspect-ratio: 288 / 126;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url('./img/btn-score.png');
      font-family: "League Spartan", sans-serif;
      font-optical-sizing: auto;
      font-weight: bold;
      font-style: normal;
      display: flex;
      justify-items: center;
      align-items: center;
    }

    .info-game-over {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.4);
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .info-game-over--hidden {
      display: none;
    }

    .info-game-over__title {
      font-size: 4.5rem; /* 72px */
      line-height: 1;
      font-weight: 700;
      color: white;
      text-align: center;
    }

    .flex-center-x {
      display: flex;
      justify-content: center;
    }

    .btn {
      font-size: large;
      font-weight: bold;
      background: #80ADC4;
      border-radius: 9999px;
      padding: 10px 16px;
      color: white;
    }
    .info-game-over__score {
      text-align: center; 
      color: white;
      font-size: 1.25rem; /* 20px */
      line-height: 1.75rem; /* 28px */
      font-weight: 500;
    }
    .cat {
      position: absolute;
      bottom: 0;
      left: 0;
    }

    .cat__shape-msg {
      width: 200px;
      aspect-ratio: 395 / 358;
      margin-left: 120px;
      position: relative;
      top: 56px;
      background-image: url('./img/bg-cloud.png');
      background-position: center;
      background-size: cover;
      padding: 4px 16px 35px 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0.9;
    }
    .cat__shape-msg-text {
      font-size: 1.25rem; /* 20px */
      line-height: 1.75rem; /* 28px */
      color: #80ADC4;
      text-align: center;
    }
    .hide {
      display: none;
    }