body {
    display: flex;
    flex-direction: column;
    background-color: #ffeecc;
}

.reset {
    align-self: flex-start;
}

.sketchContainer {
    width: 90vh;
    height: 90vh;
    background-color: white;
    border: solid 1px black;
    display: grid;
    align-self: center;
    grid-template-rows: repeat(16, auto);
    grid-template-columns: repeat(16, auto);
}
div.tileHovered {
    background-color: #c3a375;
}
