.settings-box {
    padding: 5px;
    margin-top: 10px;
}

.settings-title {
    display: flex; 
    align-items: center; 
    gap: 10px;
}

.settings-title h2 {
    margin: 0; 
}


.select-tag-text {
    font-size: 16px;
    font-weight: bolder;
    margin: 10px;
    cursor: pointer;
    background-color: white;
    border: none
}

.number-selected-text{
    font-size: 16px;
    margin: 10px;
    font-weight: bolder;
    padding: 4px;
}

.number-selected-text-colored{
    font-size: 16px;
    margin: 10px;
    font-weight: bolder;
    border: 1px solid black;
    padding: 4px;
    border-radius: 7px;
    background-color: black;
    color: white
}

