h1 {
  font-family: "Shadows Into Light Two", cursive;
  font-weight: 400;
  text-align: center;
  color: black;
  margin: 30px;
}
body {
  background-color: #f0e4d3;
}
.container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
.container p {
  font-family: "Courier New", Courier, monospace;
  font-size: 2rem;
  text-align: center;
}
.container img {
  cursor: pointer;
  border: 2px solid transparent;
  padding: 20px;
}
.container img:hover {
  border: 2px solid black;
  padding: 20px;
  border-radius: 50%;
}

.Scores {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  text-align: center;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 1.3rem;
}
#Computer-score,
#user-score {
  font-size: 40px;
  margin-bottom: 2px;
}
.Scores p {
  margin: 2px;
}
h4 {
  text-align: center;
  color: black;
  font-size: 1.6rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 200;
  margin: 20px;
}
#Reset {
  background-color: black;
  color: #f0e4d3;
  font-size: 1rem;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  padding: 10px;
  text-align: center;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
  border: 1px solid white;
  cursor: pointer;
}
#Reset:hover {
  opacity: 70%;
}
@media screen {
}
