* {
  margin: 0;
  padding: 0;
}

body {
  text-align: center;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
}

h1 {
  /* font-weight: bold;
  padding: 20px 0; */
  width: 100%;
  margin: 0 auto 0 auto;
  font-family: "Lato", sans-serif;
  line-height: 80px;
  font-size: 3.5rem;
  padding: 30px 0px;
  text-align: center;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}
#judul3D {
  color: #70869d;
  letter-spacing: 0.15em;
  text-shadow: -1px -1px 1px #efede3, 0px 1px 0 #2e2e2e, 0px 2px 0 #2c2c2c,
    0px 3px 0 #2a2a2a, 0px 2px 0 #282828, 0px 2.5px 0 #262626, 0px 3px 0 #242424,
    0px 3.5px 0 #222, 0px 4px 0 #202020, 0px 4.5px 0 #1e1e1e, 0px 5px 0 #1c1c1c,
    0px 6.5px 0 #1a1a1a, 0px 6px 0 #181818, 0px 6.5px 0 #161616,
    0px 7px 0 #141414, 0px 7.5px 0 #121212, 1px 10px 2.5px rgba(0, 0, 0, 0.9),
    2.5px 11.5px 2.5px rgba(0, 0, 0, 0.3), 4px 13.5px 4px rgba(0, 0, 0, 0.5),
    4px 14px 17.5px rgba(0, 0, 0, 0.9);
}

.container {
  position: relative;
}

.comp {
  width: 79%;
  background-color: rgb(235, 52, 20);
  margin: 0 100px;
  border-top-right-radius: 66px;
  border-top-left-radius: 66px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* .img-comp {
  width: 120px;
  height: 120px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
} */

.comp div {
  color: white;
  padding-top: 15px;
  padding-left: 25px;
  width: 20%;
  position: absolute;
}

.img-comp {
  background-color: white;
  width: 120px;
  height: 120px;
  margin: 10%;
  padding: 0;
  object-fit: contain;
  border: 1px solid;
  border-radius: 99999px;
  box-shadow: rgb(38, 57, 77) 10px 20px 30px -10px;
}

.hasil {
  width: 140px;
  height: 50px;
  margin: auto;
  padding: auto;
  font-size: large;
  font-weight: 600;
  margin-top: -30px;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border: 2px solid;
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  z-index: 10;
}

.player {
  position: relative;
  background-color: rgb(30, 73, 255);
  padding-top: 10px;
  margin: 20px 100px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-bottom-left-radius: 66px;
  border-bottom-right-radius: 66px;
}

.player div {
  position: absolute;
  color: white;
  padding: 0;
  margin: 10px;
  width: 20%;
}

.player ul {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.player ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin: 50px;
  border-radius: 99px;
  overflow: hidden;
}

.player ul li img {
  background-color: white;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 99px;
  object-fit: contain;
}

.player ul li:hover {
  box-shadow: rgb(38, 57, 77) 10px 12px 30px -10px;
}

@media (max-width: 760px) {
  h1 {
    /* font-weight: bold;
    padding: 20px 0; */
    width: 100%;
    margin: 0 auto 0 auto;
    font-family: "Lato", sans-serif;
    line-height: 32px;
    font-size: 1.4rem;
    padding: 12px 0px;
    text-align: center;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
  }

  #judul3D {
    color: #70869d;
    letter-spacing: 0.06em;
    text-shadow: -0.6px -0.6px 0.6px #efede3, 0px 0.6px 0 #2e2e2e,
      0px 0.8px 0 #2c2c2c, 0px 1.2px 0 #2a2a2a, 0px 0.8px 0 #282828,
      0px 0.8px 0 #262626, 0px 1.2px 0 #242424, 0px 1.4px 0 #222,
      0px 1.6px 0 #202020, 0px 1.8px 0 #1e1e1e, 0px 2px 0 #1c1c1c,
      0px 2.6px 0 #1a1a1a, 0px 2.4px 0 #181818, 0px 2.6px 0 #161616,
      0px 2.4px 0 #141414, 0px 3px 0 #121212, 0.6px 4px 1px rgba(0, 0, 0, 0.9),
      1px 4.6px 1px rgba(0, 0, 0, 0.3), 1.6px 5.4px 0.7px rgba(0, 0, 0, 0.5),
      0.7px 8.4px 7px rgba(0, 0, 0, 0.9);
  }
  .comp {
    margin: 20px 40px;
    padding: 0;
    width: auto;
    border-top-right-radius: 66px;
    border-top-left-radius: 66px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .comp img {
    width: 40px;
    height: 40px;
    margin: 33px 10px;
    padding: 20px 15px;
    border: 1px solid;
    border-radius: 99999px;
    box-shadow: rgb(38, 57, 77) 10px 20px 30px -10px;
  }

  .comp-score {
    padding-top: 10px;
    padding-left: 10px;
    font-size: x-small;
    width: 8%;
  }

  .hasil {
    width: 80%;
    height: 30px;
    margin: 0px 10px auto auto;
    padding: 10px auto;
    font-size: large;
    font-weight: 300;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border: 2px solid;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
  }

  .player {
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-bottom-left-radius: 66px;
    border-bottom-right-radius: 66px;
  }

  .player-score {
    font-size: x-small;
    font-weight: 100;
    padding-top: 28px;
    margin-right: 4px;
    width: 8%;
  }

  .player ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    margin: 0;
    padding: 0;
  }

  .player ul li {
    display: block;
    width: 60px;
    height: 60px;
    margin: 60px 10px 20px 20px;
  }

  .player ul li img {
    background-color: white;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 99px;
    object-fit: contain;
  }

  /* .player ul li {
    display: flex;
    margin: 7px;
  }

  .player ul li img {
    width: 40px;
    height: auto;
    margin: 40px 10px 10px 10px;
    padding: 12px 8px;
    border: 1px solid;
    border-radius: 99999px;
  } */

  .player ul li img:hover {
    box-shadow: rgb(38, 57, 77) 10px 20px 30px 0px;
  }
}
