.draw-section{
    width: 50%;
    background: white;
    background: url("../images/draw-section.png");
    background-size: cover;
}

.paint-canvas {
  
    display: block;
    width: 100%;

}

.color-picker {
    margin: 1rem 1rem 0 1rem;
}
.draw-section__inner{
    position: absolute;
    top: 0px;
}

@media (max-width: 800px) {
    .draw-section{
        width: 100%;
    }
}