
        body{
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-weight: bold;
            background-image: url(images.jpg);
            background-size: cover;
        }
        h1{
            font-family: corble;
            color: rgb(236, 240, 6);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top:100px;
        }
        
        .container{
            height: 150px;
            width: 180px;
            display: flex;
            float: left;
            justify-content: center;
            align-items: center;
            padding: 100px;
            /* border: 2px solid blue; */
            border-radius: 50px;
            background-color: rgba(255, 255, 255, 0.3);
            margin: 30px 0px 20px 500px;
            margin-left: 450px;
        }
        .row{
            display: flex;
        }
        .col{
            height: 65px;
            width: 65px;
            border: 1px solid rgb(7, 7, 7);
            border-radius: 10px;
            display: flex;
            margin: 3px;
            justify-content: center;
            align-items: center;
            font-size: 30px;
            cursor: pointer;
            background-color: rgb(190, 232, 248);
        }
        .player-name {
            font-size: 24px;
            color: rgb(253, 249, 249);
            margin-top: 20px;
            text-align: center;
        }

        /* Styling the winner message */
        .won {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 300px;
            height: 150px;
            font-size: 28px;
            color: rgb(36, 26, 26);
            /* background-color:green; */
            text-align: center;
            margin-top: 20px;
            font-weight: bold;
        }
