h1{
    font-weight: bold;
    font-style: italic;
}

#settings{
    list-style: none;
}

#settings li{
    margin-bottom: 10px;
}

#settings li:last-child{
    margin-bottom: 0px;
}

.selected{
    background-color: rgba(56, 67, 113, 0.68) !important;
    font-weight: bold;
    color: white;
}