
canvas {
    cursor: crosshair;
}

body {
    background-color: rgb(162, 162, 163);
    margin: 0;
}

.box {
    display: flex;
    justify-content: center;
}

.box2   {
    display: flex;
    justify-content: center;
    background-color: rgb(56, 48, 48);
    padding: 20px;
}


.inner {
    display: flex;
    align-items: center;
    background-color: rgb(120, 134, 120);
    gap: 20px;
    border-radius: 5px;
    padding: 20px;
}


div button {
    padding: 8px 12px;
    background-color: bisque;
    color: black;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

div button:hover {
    transform: scale(1.05);
}

#tal {
    font-size: 20px;
    color: white;
}

#shape {
    width: 20px;
    height: 20px;
}


#colorPicker {
    width: 40px;
    height: 40px;
    background-color: antiquewhite;
}


  #text { display: none; }