.tabs-buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabs-sections-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-button {
    border-radius: .25rem;
    margin: 0 .25rem;
}

.tab-button.highlighted {
    border-color: #f1c385;
    background-color: #606c76;
}

.tab-section {
    width: 100%;
    padding-top: 1rem;
}

.tabs-sections-container .tab-section:not(:first-child) {
    display: none;
}