@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap");

#field {
  width: 630px;
  height: 530px;
  background: url(./images/plate-with-cutlery.webp);
  position: relative;
  margin: 0 auto;
}

#msg {
  font-size: 30px;
  font-weight: bolder;
  letter-spacing: 2px;
  font-family: "Raleway", sans-serif;
  background-color: rgb(204, 198, 198);
}

.noneatable,
.eatable {
  position: absolute;
  width: 50px;
  height: 50px;
}

#repeat {
  background-color: rgb(204, 198, 198);
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0px 2px 2px rgb(0, 0, 0);
  min-height: 20px;
  min-width: 70px;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: bolder;
  display: block;
  margin: 30px auto;
}

#repeat:hover {
  background-color: #000000;
  transition: 0.7s;
  color: #fff;
}
