*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins',sans-serif;
}
body{
    height: 100vh;
    width: 100vw;
    color: white;
    background-color: rgb(0, 0, 0);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.ck1{
    height: 44vw;
    width: 44vw;
    background-color: rgb(10, 10, 10);
    box-shadow: 0 0 2vw rgb(98, 98, 98) inset, 0.5vw 0.5vw 1vw rgb(0, 74, 177), -0.2vw -0.2vw 0.4vw rgb(0, 106, 255)inset;
    border-radius: 50%;
    position: relative;
    margin: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ck2{
    height: 0.5%;
    width: 0.5%;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    position: absolute;
    top: 5%;
    left: 49.75%;
    transform-origin: 50% 9000%;
}
.ck3{
    height: 1%;
    width: 1%;
    background-color: rgb(0, 106, 255);
    border-radius: 50%;
    position: absolute;
    top: 8%;
    left: 49.5%;
    transform-origin: 50% 4200%;
    transition: 100ms;
}

@media screen and (max-width: 600px) {
    body{
        flex-direction: column;
    }
    .ck1{
        min-width: 90vw;
        min-height: 90vw;
        margin: 10vw;
    }
    p{
        padding-top:5%!important;
        font-size: 10vw!important;
    }
    .time{
        padding:0;
        font-size: 13vw !important;
    }
    .tb{
        width: 90vw!important;
        max-height: 30vh;
    }
    .tbody,.tbody2{
        width: 90vw!important;
        font-size: 4vw!important;
    }
    .tbody{
        max-height: 50vh;
    }
    .ck1{
        box-shadow: 0 0 4vw rgb(98, 98, 98) inset, 2vw 2vw 4vw rgb(0, 74, 177), -0.8vw -0.8vw 1.6vw rgb(0, 106, 255)inset;
    }
    .row{
        margin-top: 2vw;
    }
    .btn1{
        height: 12%!important;
        width: 12%!important;
        top: 68% !important;;
    }
}
