html,
body {
    background: #000;
    color: #fff;
    height: 100%;
    margin: 0;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}
.unicorn {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}