.traffic-light {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.light {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: black;
    cursor: pointer;
}