
.ball{
    height: 100px;
    width: 100px;
    border-radius: 100px;
}
.balls {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}