* {
  padding: 0;
  margin: 0;
  color: white;
  list-style: none;
  text-decoration: none;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: rgb(252, 253, 240);
}

.for-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80%;
  margin: 0 20px;
}

#main-tasbih {
  border: 1px solid rgb(235, 230, 230);
  text-align: center;
  border-radius: 20px;
  width: 600px;
  background-color: rgb(255, 255, 255);
  box-shadow: 2px 2px 5px rgb(240, 235, 235);
  padding: 40px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.parent-number {
  padding: 24px;
  font-family: sans-serif;
  width: 200px;
}

#main-tasbih h2 {
  text-align: center;
  margin: 14px 0;
  width: 100px;
  margin: 10px auto;
  border-radius: 9px;
  color: rgb(53, 50, 50);
  /* background-color: #7ed957; */
  font-size: 50px;
}

#main-tasbih h3 {
  text-align: center;
  color: #9c9c9c;
}

.parents-click {
  position: relative;
  margin: 20px 0;
  width: 200px;
}

#click {
  background-color: #b4c0ae;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}

#click:active {
  transform: scale(0.92);
  /* transition: all 0.2s; */
}

#reaset {
  border-radius: 100%;
  width: 25px;
  height: 25px;
  border: none;
  background-color: #8b8b7d;
  position: absolute;
  bottom: 0;
  right: -10px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

#reaset:active {
  transform: scale(0.9);
  transition: all 0.1s;
}

/* for js */

.scale {
  transform: scale(0.9);
  transition: all 0.1s;
}

.scale-res {
  transform: scale(1);
  transition: all 0.1s;
}
