body{
    font-family: 'Times New Roman', Times, serif;
    background-color: #4c4c4c;
    justify-content: center;
    justify-items: center;
}
h1{
    margin-top: -20px;
    font-size: xx-large;
    font-weight: bolder;
    color: black;
}
.cell{
    width: 75px;
    height: 75px;
    border: 2ps solid red;
    color: yellow;
    box-shadow: 0 0 0 2px;
    line-height: 75px;
    font-size: 50px;
    cursor: pointer;
}
#gamecontainer{
    margin-top: 10%;
    text-align: center;
    color: green;
    padding: 3px;
    
}
h2{
    margin: 30px;
    color: red;
    font-size: xx-large;
}


#callcontiner{
    display: grid;
    grid-template-columns:repeat(3,auto) ;
    width: 225px;
    margin: auto;
    box-shadow: 3px 3px 13px 13px greenyellow;
}
#restartBtn{
    width: 100px;
    height: 50px;
    color: brown;
    background-color: black;
    color: brown;
}
button{
    font-size: x-large;
    box-shadow: 3px 3px 5px 5px red;
}