body {
    background-color: #C0C0C0;
    color: #138484;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    text-align: center;
    user-select: none;
}

h1 {
    text-align: center;
}

.grid {
    background-color: white;

}

.row {
    display: flex;
    justify-content: center;
    
}

.content {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.button-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
}

button {
    background-color: #C0C0C0;
    color: #138484;
    font-size: 13px;
    font-weight: bold;
    border: 2px solid black;
    border-radius: 10px;
    padding: 10px 30px;
    border: solid 7px #138484;

}

.active { /* moved active up so padding styles aren't overwritten for color change button */
    background-color: #138484;
    color: white;
    font-size: 13px;
    font-weight: bold;
    border: 7px solid white;
    border-radius: 10px;
    padding: 10px 30px;
    
}


#grid-color-picker,
#color-picker {
  
   
    
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    
}

.color-button,
.grid-color-button {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    padding: 7px 30px;
}

.slide-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;

}

.slider-description
.pixel-size {
    font-weight: bold;
}

