*{
    margin: 0px;
    padding: 0px;
    ;
}.button{
    display: table;
    margin: 40px auto;
    background-color: white;
    border-radius: 10px;
    font-size: 30px;
    border: 1px solid brown;
    position: relative;
    padding: 15px 25px;
    font-weight: bold;
    
    
    }.box{
        background-color: rgb(140, 220, 36);
        
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 10px;
        position: absolute;
        opacity: 0;
        animation-name: mithun;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }@keyframes mithun{
        0%{
            transform: scale(1,1);
            opacity: 0;
        }
        50%{
            transform: scale(1.5,1.5);
            opacity: 0.5;
        }
        0%{
            transform: scale(1,1);
            opacity: 0;
        }
    }@keyframes ghumja{
        0%{
            left: -800px;
            top: 0px;
        }
         
         
         100%{
            left: 120%;
            top: 0px;
        }
    }img{
        text-align: center;
        justify-content: center;
        border-radius: 10px ;
    }.insta{
        font-size: 30px;
        font-family: 'Times New Roman', Times, serif;
        font-weight: 800;
        width: 100vw;
        text-align: center;
        justify-content: center;
        align-items: center;
    }.btn{
        text-align: center;
        justify-content: center;
        font-size: 30px;
        border-radius: 10px;
        padding: 5px;
        background-color: blueviolet;
        

       

    }.main{
        text-align: center;
        justify-content: center;
         width: 100vw;
         
    }.btn:hover{
        background-color: rgb(11, 229, 178);
        font-size: 32px;
        font-weight: bold;

    }.im{
        text-align: center;
    }
        
        
        
    
    


    
   
    

