* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.ball {
    position: absolute;
    border-radius: 100%;
    opacity: 0.7;
}
