.viewport{
    /* margin: 10px 20px; */
    width: 400px;
    height: 400px;
    border: 1px solid black;
    position: relative;
}
.ball {
    width: 8px;
    border-radius: 50%;
    position: absolute;
}