body {
    background-color: black;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#guessField {
    padding: 12px;
    border-radius: 20px;
}

#subt {
    padding: 10px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: bolder;
    color: rgb(0, 0, 0);
    background-color: orange;
    cursor: pointer;
}

label {
    padding-bottom: 12px;
}

input {
    margin-top: 12px;
}
#newGame{
    color: red;
}