/*
 Theme Name:     trueadsM
 Theme URI:      http://yourwebsite.com
 Description:    A child theme for Divi.
 Author:         Your Name
 Author URI:     http://yourwebsite.com
 Template:       Divi
 Version:        1.0.0
*/

@import url("../Divi/style.css");

/* Import CSS từ theme Divi */


/* html,body{
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
#app,
.home-page{
    height: 100%;
}
.container {
    max-width: 100%;
    width: 1000px;
    padding: 0 15px;
    margin: auto;
}
.header {
    background: #000;
    color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
}
.main {
    min-height: calc(100% - 100px);
    background: #f5f5f5;
    color: #333;
    display: flex;
    align-items: center;
}
.footer {
    background: #1a1a1a;
    color: #ccc;
    height: 50px;
    display: flex;
    align-items: center;
} */