body {
    text-align: center;
}

#content {
    display:inline-block;
    position: relative;
}

#console {
    font-family: "Lucida Console", Monaco, monospace;
	font-size: x-large;
    white-space: pre;
    text-align: left;
    border-width: medium;
    border-style: solid;
    display:inline-block;
}

#reset-button {
	position: absolute;
    bottom: 0;
	width: 20%;
	height: 20%;
	left:40%;
}

#left-button {
    position: absolute;
    left: 0;
    bottom: 0;
	width: 20%;
	height: 20%;
}

#right-button {
    position: absolute;
    right: 0;
    bottom: 0;
	width: 20%;
	height: 20%;
}
