.settings-category-section {
    margin: 25px 0;
    width: 90%;
    margin-left: 5%;
}


.settings-category {
    width: 90%;
    margin-left: 5%;
    border-radius: 50px;
    overflow: hidden;
    text-align: center;
    height: 48px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.settings-category a {
    font-family: "Open Sans",sans-serif;
    margin: 10px 0px;
    padding: 12px 0px;
    color: #5e5e5e;
    font-size: 13px;
    text-decoration: none;
}

.category-selected {
    border-bottom: solid #ff5e14;
}

.settings-category a:hover {
    color: #ff5e14;
}