body{
    background-color: rgb(28, 28, 28);
    color: rgb(109, 163, 255);
    text-align: center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.traffic-light{
    background: rgb(0, 0, 0);
    width: 120px;
    
    padding: 20px;
    margin:auto;

}

.light{
    width: 80px;
    height: 80px;
    background-color: rgb(95, 95, 95);
    margin: 20px auto;
    border-radius: 40px;
}

button{
    padding: 20px;
    background-color: rgb(239, 239, 239);
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    margin: 10px;
}

