/*קובץ העיצוב למשחק הזיכרון*/

* {
  font-family: system-ui
}

.clockDesign{
  background-color: black;
  font-size: 18px;
  color: #0BF622;
  border: 5px inset #597572;
  height: auto;
  width: 150px;
  padding: 0px auto;
  text-align: center;
  font-family: Impact, Arial, sans-serif;
  letter-spacing: 3px;
}

button{
  background-color:  #597572;
  font-size: 15px;
  color:white;
  border: 2px inset black;
  padding: 5px;
  text-align: center;
}

#clock{
  margin-top: 220px;
  position:absolute;
  right: 100px;
}
#gameScore {
  font-size: 25px;
  margin-top: 220px;
  left: 50px;
  float: left;
  font-weight: bold;
}

.game_cards {
  width: 1146px;
  height: auto;
  margin: 260px 90px 100px 90px;
  position: absolute;
  padding: 60px 30px 60px 30px;
  border: 3px solid black;
  border-radius: 4px;
  align-items: center;
}

.end_game{
  width: 1146px;
  height: auto;
  margin: 260px 90px 100px 90px;
  position: absolute;
  padding: 60px 30px 60px 30px;
  border: 3px solid black;
  border-radius: 4px;
  align-items: center;
  background-color: #bde7e3;
  font-size: 400px;
  text-align: center;
}

.end_{
  padding: auto;
  align-items: center;
  font-size: 100px;
  text-align: center;
}

.hide {
  display: none;
}

.hide_back {
  visibility: hidden;
  position: relative;
  float: right;
}

.game_cards img {
  width: 150px;
  height: 90px;
  border: 3px solid;
  border-color: rgb(7, 5, 5);
  border-radius: 4px;
  margin: 15px;
  align-items: center;
}

.images_background {
  position: relative;
  float: right;
}

.div_img {
  position: absolute;
  float: right;
}

#div2 {
  right: 216px;
}

#div3 {
  right: 402px;
}

#div4 {
  right: 588px;
}

#div5 {
  right: 774px;
}

#div6 {
  right: 960px;
}

#div7 {
  top: 186px;
}

#div8 {
  top: 186px;
  right: 216px;
}

#div9 {
  top: 186px;
  right: 402px;
}

#div10 {
  top: 186px;
  right: 588px;
}

#div11 {
  top: 186px;
  right: 774px;
}

#div12 {
  top: 186px;
  right: 960px;
}

#div13 {
  top: 312px;
}

#div14 {
  top: 312px;
  right: 216px;
}

#div15 {
  top: 312px;
  right: 402px;
}

#div16 {
  top: 312px;
  right: 588px;
}

#div17 {
  top: 312px;
  right: 774px;
}

#div18 {
  top: 312px;
  right: 960px;
}