 body{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    background: linear-gradient(135deg, #141e30,#243b55);
    color: white
    
    }

    .size{
        font-size: 40px;
<<<<<<< HEAD
        text-align: center;
=======
>>>>>>> 7954d86 (Updated CSS styling)
        font-weight: 600; 
        text-align: center;
    }

  
    .img{
        height: 50px;
    }

    .btn{
        background-color: transparent;
        border: 3px solid white;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        margin-right: 12px;
    }

    .result{
        font-size: 30px;
        font-weight: 500;
        
    }

    .move{
        font-size: 20px;
    }

    .score{
        font-size: 15px;
        margin-top: 50px;
    }

    .reset-btn{
        font-size: 20px;
        padding: 8px;
    }

    .reset-btn:hover{
        background-color: transparent;
        color: white;
        cursor:pointer;
        transform: scale(1.1);
        border: 2px solid white;
        }
    .btn:hover{
        cursor:grab;
     }
     
