html {
  font-family: sans-serif;
}

body {
  width: 300px;
  max-width: 750px;
  min-width: 480px;
  margin: 0 auto;
  background-color: #212121;
}

.lastResult {
  color: white;
  padding: 7px;
}

.guesses {
  color: white;
  padding: 7px;
}

button {
  background-color: #141414;
  color: #fff;
  width: 178px;
  height: 50px;
  border-radius: 25px;
  font-size: 30px;
  border-style: none;
  /* margin-top: 30px; */
  /* margin-left: 50px; */
}

#subt {
  background-color: #161616;
  color: #ffffff;
  width: 200px;
  height: 50px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 900;
  border-style: none;
  margin-top: 10px;
  /* margin-left: 75px; */
}

#guessField {
  color: #000;
  width: 250px;
  height: 18px;
  font-size: 20px;
  border-style: none;
  margin-top: 10px;

  /* margin-left: 50px; */
  border: 5px solid #6c6d6d;
  text-align: center;
}

#guess {
  font-size: 30px;
  /* margin-left: 90px; */
  /* margin-top: 5px; */
  color: #fff;
}

.guesses {
  background-color: #7a7a7a;
}

#wrapper {
  box-sizing: border-box;
  text-align: center;
  width: 450px;
  height: 495px;
  background-color: #474747;
  color: #fff;
  font-size: 25px;
}

h1 {
  background-color: #161616;

  color: #fff;
  text-align: center;
}

p {
  font-size: 16px;
  text-align: center;
}

#newGame{
  background-color: green;
  border: 2px black solid;
  border-radius: 5px;
  color: #ffffff;
  width: fit-content;
  margin-inline-start: 133px;
}

.lowOrHi h2{
  color: red;
  font-weight: 795;
}
