/* custom.css */

/* Your custom styles go here */
body {
    background-color: #C1CB3B;;
}

.custom-heading {
    color: #333;
}

/* Override box-sizing for the specific selector */
.exclude-box-sizing {
    box-sizing: content-box; /* or whatever box-sizing value you want for this selector */
}
