#main div
        {
            width: 100px;
            height: 100px;
            margin: auto;
            text-align: center;
            justify-content: space-around;
            font-size: 100px;
        }
        #main{
            display: flex;
            margin-top: 50px;

        }
        #winner{
            width: 100px;
            height: 100px; 
            justify-items: center;
            margin: auto;
            text-align: center;
            font-size: 100px;
            margin-top: 100px;
        }
        #roll{
            margin-top: 100px;
            background-color: blue;
            color:white;
            padding: 10px;
            cursor: pointer;
            background-color:blueviolet ;
        }
        form
        {
            height: 400px;
            width: 500px;
            text-align: center;
            margin: auto;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        }