*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
body{
    background-image: radial-gradient( circle farthest-corner at -5.6% -6.8%,  rgba(103,49,145,1) 37.3%, rgba(50,0,129,1) 73.5% );    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    height: 100vh;
}
.counter{
    display: flex;
    justify-content: center;
    justify-content: space-between;
    margin: 250px auto;
    width: 450px;
    /* background-color: red; */
background-image: radial-gradient( circle 708px at 0% 3.4%,  rgba(254,216,7,1) 14.5%, rgba(249,69,28,1) 71.8% );
    border-radius: 20px;
    padding: 20px 30px;
    box-shadow: -30px -25px 200px rgb(8, 219, 226);
}

.btn{
    font-size: 100px;
    background: none;
    border: none;
    font-weight: bold;
    
}
.data{
    font-size: 100px;
    font-weight: bold;
}
