body
{
    background-color: grey;
    height: auto;
    width: auto;
}
nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    gap: 0.5rem;
    border-bottom: solid 1px #aaa;
    background-color: rgba(236, 236, 114, 0.986);
  }
  nav a {
    display: inline-block;
    min-width: 9rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    text-align: center;
    text-decoration: none;
    color: #1b1b1b;
    background-color: black;
    color: #eee;
    font-size: 20px;
  }
  nav a:hover
{
  background-color: rgb(255, 0, 68);
}
  .lastResult {
    color: white;
    padding: 7px;
  }
  
  .guesses {
    color: white;
    padding: 7px;
  }
  #Submit {
    background-color: #2c89e0;
    color: #ffffff;
    width: 200px;
    height: 50px;
    border-radius: 10px;
    font-size: 25px;
    border-style: none;
    margin-top: 50px;
    /* margin-left: 75px; */
  }
  #Submit:hover
  {
    background-color: #000000;
  }
  #guessField {
    color: #000;
    width: 250px;
    height: 50px;
    font-size: 30px;
    border-style: none;
    margin-top: 25px;
  
    /* margin-left: 50px; */
    border: 5px solid #6c6d6d;
    text-align: center;
  }
  
  #guess {
    font-size: 55px;
    /* margin-left: 90px; */
    margin-top: 120px;
    color: #fff;
  }
  
  .guesses {
    background-color: #7a7a7a;
  }
  
  #wrapper {
    box-sizing: border-box;
    text-align: center;
    /* width: 450px; */
    /* height: 550px; */
    background-color: #474747;
    color: #fff;
    font-size: 25px;
  }
  
  h1 {
    background-color: #161616;
  
    color: #fff;
    text-align: center;
  }
  
  p {
    font-size: 26px;
    text-align: center;
  }
  input[type="number"]
  {
    height: 25px;
    width: 200px;
  }  
  /* #button */
  /* { */
    /* display: none; */
    /* background-color: #f600b5; */
/* color: #ffffff; */
/* width: 200px; */
/* height: 50px; */
/* border-radius: 10px; */
/* font-size: 25px; */
/* border-style: none; */
/* margin-top: 50px; */
/* transform: translate(275%); */
  /* } */