html, body {
    margin: 0;
    padding: 0;
}

div#ui {
    position: absolute;
    top: 32px;
    left: 32px;
}

p#score {
    font-family: sans-serif;
    font-size: 48px;
    color: red;
}