
#settings-form-title{
    font-size: x-large;
    font-weight: bolder;
}

#settings-form-content {
    border-style: groove;
    border-width: medium;
    margin: 10px 5px;
}

#settings-form-content-textarea{
    border: none;
}

#append-content {
    display: flex;
    justify-content: space-around;
}

.settings-single {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
}

.settings-area {
    font-size: medium;
    font-weight: bold;
}

.column-one {

}

.column-two {

}

.column-three {

}