@font-face {
  font-family: ABC;
  src: url(../vendors/TTKBDikTemelAbece-Bold.ttf);
}

.speakerCloseMed {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../imgs/sclose.png) center center no-repeat;
  top: 20px;
  right: 20px;
  z-index: 5000000;
  cursor: pointer;
}

.gameMemoryContainer {
  background-color: #695aa6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -2;
}

#letter {
  font-size: 23rem;
  text-align: center;
  color: #fff;
  font-family: "ABC";
  margin-top: -110px;
  font-weight: 600;
}
img {
  width: 240px;
  height: 240px;
  object-fit: contain;
  margin-left: calc(50% - 120px);
  margin-top: -180px;
}
#letter-text {
  font-size: 58px;
  color: #f5af24;
  text-align: center;
  font-family: "ABC";
  font-weight: bold;
  letter-spacing: 1px;
}
button {
  background: #ffa800;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  margin: 20px auto;
  padding: 10px 30px ;
  font-family: "Baloo Paaji";
  font-size: 26px;
  color:#fff;
}

.buttonCopm 
{
  float: left;
  width: 298px;
  height: 50px;
  margin-left: calc(50% - 149px);
  margin-top: -10px;
}


.selected-letter {
  color: #fff;
}margin-top: -10px;
}


.selected-letter {
  color: #ffa800;
}}