/*
Theme Name: Aec of Hearts
Theme URI: https://example.com/bootstrap-commerce
Author: Your Name
Author URI: https://example.com
Description: A Bootstrap 5 based WordPress commerce starter theme with carousel.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Aec of Hearts
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #000;
    color: #fff;
    line-height: 1.6;
    overflow-x: hidden;
    position: relative;
}

.vc_row-fluid {
    margin: 0 auto !important;    
}