body {
    background-color:rgb(218, 233, 241);
}

div.body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}

div.container {
    display: flex;
    flex-direction: column;
    width: 640px;
    height: 640px;
    border: solid rgb(169, 158, 158) 2px;
    background-color: white;
}

div.row {
    height:20px;
    flex-grow: 1;
    display: flex;
}

div.grid {
    width:20px;
    flex-grow: 1;
    display: flex;
}

div.onDiv {
    flex-grow: 1;
    opacity: 1;
    z-index: 1;
}


div.options {
    display: flex;
    flex-direction: column;
    gap:24px;
}

div.size {
    display:flex;
    flex-direction: column;
    width:256px;
    height:64px;
    padding: 16px;
    border: solid rgb(169, 158, 158) 2px;
    align-items: center;
    border-radius: 8px;
    background-color: white;
}

div.color {
    display:flex;
    flex-direction: column;
    width:256px;
    height:64px;
    padding: 16px;
    gap: 8px;
    border: solid rgb(169, 158, 158) 2px;
    align-items: center;
    border-radius: 8px;
    background-color: #ffffff;
}

.slider {
    display: flex;
    gap: 8px;
    justify-content: center;
}

#grid-size {
    fill:black;
}

label {
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.tools {
    margin-top: 3px;
    display: flex;
    gap: 12px;
}

#color-picker, #eraser{
    border: none;
    width: 64px;
    height: 32px;
}

#greyscale {
    border: none;
    width: 82px;
    height: 32px;
}