
* {
    margin:0;
    padding:0;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
::selection {
    background:#fb9fe5;
    text-shadow:none
}
a{
color:#0088CC;
    text-decoration:none;
    outline:0
}
a:hover {
    color:#005580
}
a img {
    border:navy
}
img {
    max-width:100%
}
html{
    font-size:100%
}
body {
    padding:5%;
    font:300 1.25em/1.6 monospace;
    background:rgba(187, 153, 4, 0.884);
    color:#000;
}
h1{
    font-family:"Helvetica Neue",sans-serif;
    line-height:1;
    font-weight:300;
    margin-bottom:1em;
}
.game{
    padding:2em;
    background:#eee;
}