body {
    background-image: url('woodenBack.webp');
    align-items: center;
}

#signInDiv {
    position: absolute;
    background-color: white;
    border: 4px solid black;
    width: 600px;
    height: 400px;
    left: 30%;
    top: 20%;
}

#details {
    margin-left: 27%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

h1 {
    font-size: 40px;
    margin-left: 40%;
}


.signInInp {
    border: 2px solid black;
    width: 300px;
    height: 45px;
    margin-left: 25%;
    border-radius: 6px;
}

.note {
    text-align: left;
    width: 200px;
    height: 40px;
    border: 2px white solid;
    color: red;
    margin-left: 33%;
    margin-top: 10px;
    text-align: center;
    border: none;
}

#signInBut {
    width: 120px;
    height: 50px;
    margin-left: 40%;
    border-radius: 3px;
    background-color: rgb(80, 80, 201);
    color: white;

}

/*עיצוב כפתורי בחירת הרמה*/
#chooseDif {
    text-align: center;
    width: 1100px;
    margin-top: 120px;
    color: aliceblue;
}

#difficulty {
    margin-left: 35%;
    margin-top: 100px;
    /* position: absolute;
    left: 550px;
    top: 300px; */
    display: none;
}

.difBut {
    font-size: 30px;
    width: 150px;
    height: 150px;
}

/*עיצוב טבלת הסודוקו*/

table {
    background-color: white;
    position: absolute;
    border-collapse: collapse;
    border: solid 3px black;
    left: 470px;
    top: 40px;
}

td,
tr {
    border-collapse: collapse;
    border: solid 1px black;

}

td {
    width: 45px;
    height: 45px;
}

.tableInps {
    width: 60px;
    height: 60px;
    border: none;
    text-align: center;
    background-color: white;
}

.odd-section {
    background-color: rgba(201, 201, 201, 0.764);
}

/*מדגיש את הגבולות הפנימיים*/
.bottom {
    border-bottom-width: 3px;
}

.right {
    border-right-width: 3px;

}

#checkBut {
    font-size: 20px;
    width: 200px;
    height: 30px;
    position: absolute;
    bottom: 50px;
    left: 470px;
    background-color: rgb(80, 80, 201);
    border-radius: 3px;
    color: white;
}

#againBut {
    font-size: 20px;
    width: 200px;
    height: 30px;
    position: absolute;
    bottom: 50px;
    left: 880px;
    background-color: rgb(80, 80, 201);
    border-radius: 3px;
    color: white;
}

#watch {
    display: none;
    font-size: 20px;
    font-weight: bold;
    color: white;
    position: absolute;
    bottom: 50px;
    left: 740px;
}

input::-webkit-inner-spin-button {
    appearance: none;
}

#backGroundSong {
    display: none;
}

#h3Song {
    display: none;
    color: aliceblue;
}