#box {
    width: 427px;
    height: 400px;
    border:1px solid black;
    position: relative;
}

.ball {
    width: 8px;
    height: 8px;
    border:1px solid black;
     border-radius: 5px;
    position: absolute;
}