*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 300px;
    background-image: url(https://img.freepik.com/free-photo/galactic-night-sky-astronomy-science-combined-generative-ai_188544-9656.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    
  }

#count1, #count2, #count3{
  
    width: 100px;
    height: 100px;
   
    
    border-radius: 50%;
    border: 1px solid rgb(139, 135, 135);
    display: flex;
    font-size: 50px;
    justify-content: center;
    align-items: center;
    color: rgb(223, 223, 223);
    float: left;
    margin: 30px;
  
    backdrop-filter: blur(100px);

}
#main{
    border: 1px solid rgb(139, 135, 135);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    /* background: rgb(139,102,145);
    background: linear-gradient(39deg, rgba(139,102,145,1) 14%, rgba(9,9,121,1) 53%, rgba(0,212,255,1) 93%); */
}