* {
    padding: 0%;
    margin: 0%;

}

body {
    background-color: rgb(87, 22, 208);
}

.winStatus {
    height: 50px;
    width: 200px;
    background-color: transparent;
    margin: auto;
    margin-top: 50px;
    color: white;
    font-size: 30px;
    font-weight: bolder;
    text-align: center;
}

.grid-container {
    display: grid;
    background-color: yellow;
    grid-template-columns: auto auto auto;
    height: 300px;
    width: 300px;
    margin: auto;
    margin-top: 50px;
}

.grid-item {
    background-color: rgb(54, 97, 236);
    border: 1px solid white;
    padding: 10px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-top: 30%;
    height: 58px;
    width: 80px;
    color: white;
}

.asd {
    height: 500px;
    width: 500px;
    background-color: red;
}

.restart {
    height: 40px;
    width: 140px;
    background-color: red;
    color: white;
    font-size: 20px;
    font-weight: bolder;
    margin: auto;
    padding-left: 7px;
    padding-top: 10px;
    margin-top: 50px;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;

}

#footer {
    color: white;
    font-size: 15px;
    font-weight: bold;
    margin: auto;
    margin-top: 10%;
}

#line1,
#line2,
#line3{
    border-left: 6px solid rgb(255, 255, 255);
    height: 280px;
    margin-top: -290px;
    margin-left: 48px;
    border-radius: 2px;
    

}
#line1{
    visibility: hidden;
}

#line2{
    visibility: hidden;
}

#line3{
    visibility: hidden;
}


.choseplayer{
    margin: auto;
    background-color: transparent;
    height: 30px;
   margin-top: 10px;
    text-align: center;
    visibility: hidden;
}


#choosePlayer1,#choosePlayer2{
    color: aliceblue;
    background-color: rgb(109, 24, 228);
    height: 30px;
    width:100px;
    font-size: 20px;
    font-weight: 700;
    margin: left;
    text-align: center;
    margin-top: 20px;
    border-radius: 7px;
    outline: none;
   

}