body{
    background-color: black;
}
.container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2%;
    background-color: white;
    border-radius: 5%;
    height: 90%;
    width: 30%;
}
/* .container input[type="color"]{
    padding: 0%;
    border: none;
    border-radius: 100%;
    height: 35px;
    width: 50px; 
    outline: none;
} */
.container input[type="color"]:nth-child(2){
    float: right;
}
.container .output-box{
    height: 20% ;
    width: 40%;
    background-color: #0d1fe6 ;
    box-shadow:  0px 0px 19px 0px  #000;
    margin: auto;
    margin-top: 10%;
}
.container .setting-box{
    padding: 1px;
    margin-top: 40px;
}
.container .setting-box div{
    height: 70%;
    width: 50%;
    float: left;
    margin-top: 10px;
}
.container .setting-box div p{
    text-align: center;
    position: relative;
    top: 10%;
    font-size: 14px;
}
.container .setting-box input{
    margin-top: 10px;
    margin-left: 30px;
    cursor: pointer;
}
.container .checkbox{
    height: 10%;
    width: 10%;
    margin-left: 30%;
    /* position: absolute;
    bottom: 50%;
    left: 500%;
    transform:translate(-50%, -50%) ; */
    display: flex;
    text-align: center;
    justify-content: center;
}
.container .checkbox input{
    cursor: pointer;
}
.container .checkbox span{
    padding-left: 7px;
    font-size: 14px;
}
.container .code-box{
    height: 10%;
    width: 87%;
    background-color: lightgray;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    top: 10%;
    font-size: 17px;
    margin: auto;
    padding-left: 25px;
}