.switch{
    padding: 8px;
    text-transform: uppercase;
}


.switch:nth-child(1){
    border-top-left-radius: 50px ;
    border-bottom-left-radius: 50px ;
    border: none;
    position: relative;
    left: 3px;
}

.switch:last-child{
    border-top-right-radius: 50px ;
    border-bottom-right-radius: 50px ;
    border: none;
}

.activeSwitch{
    background-color: rgb(0, 74, 185);
}