.custom-sections {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.custom-button {
    padding: 10px 20px;
    background-color: #ccc;
    cursor: pointer;
}

.custom-section {
    display: none;
    background-color: #f9f9f9;
    padding: 20px;
}