*{
    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:none
}
img {
    max-width:100%
}
html{
    font-size:100%
}
body {
    padding:5%;
    font: 300 1.25em/1.5 Georgia;
    background:rgb(147, 0, 245);
    color:rgb(0, 247, 255);
}
h1{
    font-family:"Berlin Sans FB",sans-serif;
    line-height:1;
    font-weight:300;
    margin-bottom:1em;
}
.game{
    padding:2em;
    background:rgb(254, 255, 254);
}