h1, button, div{
    font-family: "Fredoka One", cursive;
    font-style: normal;
    font-weight: 400;
}

button{
}

h1, h3{
    margin-bottom: 5px;
    margin-top: 5px;
}

a{
    margin-right: 5px;
}

table{
    margin: 0 0 0 0;
}

td{
    height: 45px;
    width: 45px;
    font-family: 'Source Code Pro', monospace;
    font-size: 8pt;
}

.margin2px{
    margin-left: 2px;
    margin-right: 2px;
}

.bar{
    margin-bottom: 5px;
    background-color: black;
    height: 5px;
    /*width: 243px;*/
    width: 100%;
}

.right{
    float: right;
}
.game{
    float: left;
    width: 243px;
    margin-right: 70px;
}

.manual{
    float: left;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hex{
    background-color: black;
    font-family: 'Source Code Pro', monospace;
}

.hex:hover{
    color: white;
}

.r {
    color: #ff0000;
}
.g {
    color: #00ff00;
}
.b {
    color: #0000ff;
}
.c {
    color: #00ffff;
}
.m {
    color: #ff00ff;
}
.y {
    color: #ffff00;
}