.color-picker-container {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
    border: none;
}    
        
input[type="color"] {
    width: 100%;
    height: 100%;
    border: none;
    cursor: pointer;
}
