html{
    font-family: sans-serif;
}

body{
    background-color: #212121;
    color: white;
    width: 300px;
    max-width: 750px;
    min-width: 480px;
    margin: 0 auto;

}
.lastResult{
    color: white;
    padding: 7px;
}
.guesses{
    color: white;
    padding: 7px;  
}
button{
    background-color: black;
    color: white;
    width:250px;
    height: 50px;
    border-radius: 25px;
    font-size: 30px;
    border-style:none;
    margin-top: 30px;
}

#subt{
    background-color: #161616;
    color: white;
    width: 200px;
    height: 50px;
    border-radius: 25px;
    font-size: 30px;
    border-style: none;
    margin-top: 50px;
    cursor: pointer;
}
#newGame{
    display: block;
    margin: 30px auto;
    text-align: center;
    background-color: black;
    color: white;
    width: 200px;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 0;
    border-style: none;
}
#guessField{
    width: 250px;
    height: 50px;
    font-size: 30px;
    border-style: none;
    margin-top: 25px;
    color : black;
    border: 5px solid #6c6d6d;
    text-align:center;
}
#guess{
}
#wrapper{
    box-sizing: border-box;
    text-align: center;
    width: 450px;
    height: 750px;
    background-color: rgb(115, 80, 115);
    color: white;;
    font-size: 25px;
    border-radius: 25px;;
    background-image: url('/pic/gun.webp');
    background-size: cover;

}
h1{
    
    color: purple;
    text-align: center;
    border-radius: 25px;
    font-family: canterbury, sans-serif;
    background-image: url('/pic/white.webp');
    background-repeat: no-repeat;
}
p {
    font-size: 16px;
    
}
#with-bg {
    background-image: url('pic/white.webp');
    font-family: fantasy;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 31px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
    color: #391212;
}
.form{
    font-family: fantasy;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 31px;
    min-height: 120px;
}
