h1 {
    color: rgb(0, 179, 255);
    text-align: center;
}

.prompt {
    font-size: large;
    color: rgb(0, 179, 255);
    ;
    text-align: center;
}


.canvas-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.canvasStyle {
    border: 3px solid rgb(19, 128, 0);
}






.button {

    display: flex;
    justify-content: center;

    align-items: center;

}

.colorMenu {

    display: flex;
    justify-content: center;

    align-items: center;

}

.shapeOption {
    text-align: center;
}


.slidecontainer {
    display: flex;
    justify-content: center;

    align-items: center;

    flex-direction: column;
}


.slider {
    /* -webkit-appearance: none; */
    width: 50%;

    height: 25px;
    background: #bababa;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin: auto;

}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #04AA6D;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #04AA6D;
    cursor: pointer;
}



.opacity {
    display: block;
    text-align: center;

}

.opacityValue {
    text-align: center;
}