/* etchasketchStyle.css */ 
#content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.gridSquare {
    flex: 1 1 auto;

}

#button {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}