#content{
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    margin-top:12%;
    text-align:center;
}


.grid{
    margin-left: -1em;
    height: 1em;
    width: 1em;

    box-shadow:
    1em 1em #000,
    1em 16em #000,
    16em 1em #000,
    16em 16em #000;
}

#toptext{
    font-size:3em;
    font-weight: bold;
}

#buttons{
    display:inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

button {
    background-color: black;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 2em;
    padding: 6px 6px;
    text-decoration: none;
}

#pastdrawings{
    font-size: 1em;
    font-weight: bold;
    margin-top: 2%;
    text-align: center;
}

a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

.instructions{
    display:block;
}

#forposteritybutt{
    margin-right: 1em;
    float:left;
}

#revolutionbutt{
    float:right;
}

.pixel-picker-container{
    box-sizing: border-box;
    margin-top: 1%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3%;
    text-align:center;
    height: 16em;
    width: 16em;
}

.pixel-picker-row {
    margin: 0;
    width: 100%;
    display: table;
    clear: both;
}

.pixel-picker-cell {
    display: table-cell;
    padding-top: 5.5%;
    cursor: pointer;
    background-color: #fff;
    box-shadow: inset -1px -1px 0 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    transition: background-color 0.05s ease-in;
}

.pixel-picker-row:first-child .pixel-picker-cell {
    box-shadow: inset -1px -1px 0 0 rgba(0, 0, 0, 0.2),
    inset 0 1px 0 0 rgba(0, 0, 0, 0.2);
}

.pixel-picker-row .pixel-picker-cell:first-child {
    box-shadow: inset -1px -1px 0 0 rgba(0, 0, 0, 0.2),
    inset 1px 0 0 0 rgba(0, 0, 0, 0.2);
}

.pixel-picker-row:first-child .pixel-picker-cell:first-child {
    box-shadow: inset -1px -1px 0 0 rgba(0, 0, 0, 0.2),
    inset 1px 1px 0 0 rgba(0, 0, 0, 0.2);
}

#footer{
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align:center;
}