
 @import url('https://fonts.cdnfonts.com/css/product-sans');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: black;
    color: white;
    font-family: 'Product Sans', sans-serif;
   
                                                
}
.counter_container{
    display: flex;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 250px auto;
    width: 400px;
    background-color: blue;
    border-radius: 20px;
    padding: 20px 30px;
    box-shadow: 0px 0px 50px rgba(247, 233, 28, 0.5);
}
.btn{
    font-size: 100px;
    background: none;
    border: none;
    color: white;
    font-weight: 400;
}
.ctr_data{
    font-size: 100px;
    color: white;
     font-weight: 400;
   
}