body {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    background-color: #997dba;
}


.container-wheel{
    width: 400px;
}

.container {
    background-image: url('../img/background.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.circle {
    width: 4em;
    height: 4em;
    border-radius: 50%;
    border: 2px white solid;
    z-index: 100;

}
.point {
    z-index: 200;
}

.end-5{
    right: 12% !important;
}
.top-50 {
    top: 51% !important;
}
/* .translate-middle{
    transform: translate(-50%,-80%)!important;
} */

#canvas {
    background-image: url("../img/lingkaran.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (min-width: 1024px) {
    .end-5{
        right: 13%!important;
    }

    .top-50{
        top: 51.25% !important;
    }
}


@media screen and (max-width: 960px) {
    .container {
        width: 100%;
    }
    #canvas {
        background-image: url("../img/lingkaran.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .end-5{
        right: 7%!important;
    }

    .top-50 {
        top: 51%!important;
    }
}

@media screen and (max-width: 680px) {
    .container {
        width: 100%;
    }
    #canvas {
        background-image: url("../img/lingkaran.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .end-5{
        right: 7%!important;
    }
    .top-50{
        top: 51% !important;
    }
}

@media screen and (max-width: 460px) {
    .container {
        width: 100%;
    }
    #canvas {
        background-image: url("../img/lingkaran.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .end-5{
        right: 7%!important;
    }

    .top-50{
        top: 51.15% !important;
    }
}

@media screen and (max-width: 375px) {
    .container {
        width: 100%;
    }
    #canvas {
        background-image: url("../img/lingkaran.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .end-5{
        right: 2.5%!important;
    }
    .top-50{
        top: 51.25% !important;
    }
}

