*{
    background-color: #646464;
    color: #fff;
}
h1{
    text-align: center;
    background-color: black;
    height: 50px;
}
p{
    text-align: center;
    font-size: large;
}
label{
    font-size: 60px;
    margin-left: 575px;
}
#guessField{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 610px;
    height: 35px;
    width: 300px;
    color: black;
    background-color: #fff;
    border: 2px,solid,black;
}
#submit{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 640px;
    font-size: 20px;
    height: 45px;
    width: 250px;
    background-color: black;
    border-radius: 15px;
    color: white;
}
.guesses{
  margin-left: 0.15px;
}
.lastresult{
  margin-left: 0.15px;
}