@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carter+One&family=Russo+One&display=swap');
*{
  background-color: rgb(255, 251, 215);
}

h1{
  text-align: center;
  color:hwb(341deg 55% 8%);
  font-family: 'Russo One', sans-serif;
  font-size: 48px;
  /* font-weight: ; */
}

#game div {
  border: 1px solid #46a0c1a6;
  width: 15%;
  height: 250px;
  margin: 10px;
  display: inline-block;
}

div{
  background-size: cover;
  border-style: none;
  box-shadow: 12px 12px 2px 1px rgb(226 118 229 / 20%);
  width: 75%;
  margin: auto;
}

#game, .theEnd{
  box-shadow: none !important;
}

.theEnd{
text-align: center;
font-family: 'Carter One', cursive;
font-family: 'Russo One', sans-serif;
color:rgba(153, 128, 247, 0.726);
font-size: 35px;
padding-top: 20px;
display: none;
}

.restart{
  margin-top: 30px;
  margin-left: 48%;
  color:hwb(341deg 55% 8%);
  font-family: 'Russo One', sans-serif;
}

.restart:hover{
  background-color: white;
  box-shadow: 5px 5px 1px .5px rgba(110, 91, 110, 0.2);
}
