/* Example custom styles */
/*
.custom-button {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
}

.custom-section {
    margin: 40px 0;
}
*/
