#square {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #ddd;
}

body {
    background-color: #111;
}