body{
    background-color: #121813;
    display: flex;
    justify-content: center;
}
.RestartButton{
    width: 140px;
    height: 60px;
    position: absolute;
    top: 10%;
    background-color: #b5eb94;
    border: 2px solid black;
    border-radius: 5px;
    color: black;
    font-family: Monospace;
    font-size: 18px;

}
.GameBox{
    background-color: #FFFFFF;
    height: 340px;
    width: 340px;
    position: absolute;
    top: 30%;
    -webkit-box-shadow: 8px 8px 12px 13px rgba(0, 0, 0, 1);
    -moz-box-shadow: 8px 8px 12px 13px rgba(0, 0, 0, 1);
    box-shadow: 8px 8px 12px 13px rgba(0, 0, 0, 1);
    border: 3px solid #f3eae8;
    border-radius: 5px;
}
#TextBar{
    height: 100px;
    width: 40%;
    position: absolute;
    top: 15%;
}
#winText{
    font-size: 50px;
    font-style: italic;
    color: white;
    text-align: center;
    border: 4px solid white;
    font-family: Monospace;
}
.button{
    background-color: white;
}
#winCounter{
    display: flex;
    width: 60%;
    height: 50px;
    justify-content: space-around;
    margin-top: 35px;
    font-size: 20px;
    color: #FFFFFF;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    font-family: Monospace;
}

#nr1{
 border: 2px black solid;
 width: 100px;
 height: 100px;
 position: absolute;
 top: 10px;
 left: 10px;
}
#nr2{
    border: 2px black solid;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 10px;
    left: 120px;
}
#nr3{
    border: 2px black solid;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 10px;
    left: 230px;
}
#nr4{
    border: 2px black solid;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 120px;
    left: 10px;
}
#nr5{
    border: 2px black solid;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 120px;
    left: 120px;
}
#nr6{
    border: 2px black solid;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 120px;
    left: 230px;
}
#nr7{
    border: 2px black solid;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 230px;
    left: 10px;
    
}
#nr8{
    border: 2px black solid;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 230px;
    left: 120px;
}
#nr9{
    border: 2px black solid;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 230px;
    left: 230px;
}




