/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/
 Description:  Child theme for Hello Elementor
 Author:       Mpress
 Author URI:   https://yourwebsite.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v3 or later
 License URI:  https://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  hello-elementor-child
*/

#content {
    background: url('https://musicaunica.mpressagency.ca/wp-content/uploads/2025/09/main-bg.gif') repeat 0 0 #2e2836;
    font: 13px / 18px Arial, Helvetica, sans-serif;
    color: #e8d9b1;
    position: relative;
}

.main-container .e-con-inner {
    background-color: #311E1E;
}
.audio-player {
    float: left;
    margin: 0 9px 0 0;
}
.page-content a {
    color: #E8D9B1
}