#gbmainbg {
    overflow: auto;
}

#settings-secondbg {
    padding: 3px 0px;
    margin: 50px;
    background-color: rgba(0,0,0,0.3);
    width: fit-content;
    border-radius: 10px;
}


#settings-set {
    margin: 10px;
    resize: both;
    display: flex;
    position: static;
    width: fit-content;
}


.settings-text {
    color: black;
    display: inline-block;
    margin: 7px 7px 7px 7px;
    padding: 7px 7px 7px 7px;
    border-radius: 10px;
    background-color: white;
    text-align: justify-all;
    border: 3px solid darkgray;
    overflow-y: scroll;
    height: 80vh;
}

    .settings-text .title {
        font: 600 20px Segoe UI;
        color: darkblue;
    }

    .settings-text h1 {
        font: 600 18px Segoe UI;
        color: black;
    }

    .settings-text p {
        font: 400 15px Segoe UI;
        color: black;
    }


.bg-item {
    color: black;
    display: inline-block;
    padding: 3px;
    border-radius: 10px;
    background-color: whitesmoke;
    min-width: 150px;
    height: 150px;
    text-align: center;
    border: 3px solid darkgray;
    margin:5px;
    
}

    .bg-item .bg-table{
        width: 100%;
        padding:3px;
        margin: 0px;
    }

        .bg-item .bg-table .bg-review {
            cursor: pointer;
            border-radius: 10px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            width: 100px;
            height: 100px;
        }