.maze {
    position: relative;
    display: inline-block;
}

#maze-ball {
    position: absolute;
    border-radius: 50%;
}