
nav{
    padding-top: 90px;
}

.trafficLightGreen {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #89DC11;
    border:2px solid black;
    overflow:hidden;
    border-radius:50px;
    align-content: center;
    width:15px;
    height:15px;
}

.trafficLightYellow {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F5F203;
    border:2px solid black;
    overflow:hidden;
    border-radius:50px;
    width:15px;
    height:15px;
}

.trafficLightRed {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F52F03;
    border:2px solid black;
    overflow:hidden;
    border-radius:50px;
    align-content: center;
    width:15px;
    height:15px;
}

.trafficLightPurple {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #800080;
    border:2px solid black;
    overflow:hidden;
    border-radius:50px;
    align-content: center;
    width:15px;
    height:15px;
}

.bodyText {
    color: black;
}