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: 250px;
  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;
  border-style: none;
  margin-top: 50px;
  /* margin-left: 75px; */
}

#guessField {
  color: #000;
  width: 250px;
  height: 30px;
  font-size: 30px;
  border-style: none;
  margin-top: 25px;

  /* margin-left: 50px; */
  border: 5px solid #6c6d6d;
  text-align: center;
}

#guess {
  font-size: 35px;
  /* margin-left: 90px; */
  margin-top: 120px;
  color: #fff;
}

.guesses {
  background-color: #fafafa;
  color: #000;
  margin-left: 10px;
  width: 50%;
}

#wrapper {
    box-sizing: border-box;
    text-align: center;
    width: 450px;
    height: 640px;
    background-color: #4747474b;
    color: #fff;
    margin-top: 50px;
    font-size: 25px;
    border-radius: 10px;
    margin: 80px auto; /* Center horizontally */
  }
  

h1 {
  background-color: #9265de;
  color: #ffffff;
  text-align: center;
  font-size: 35px;
 padding: 20px;
}

p {
  font-size: 16px;
  text-align: center;
}
