/*****************************************************************
* Project Name: Live Background - v1.0.0
* Git URL: https://github.com/aglsoftgithub/livebackground
* Author: Adrien Guy Lagrange
* Site URL: https://bit.ly/3jzb5VN
* License: MIT
******************************************************************/

body{
    margin: 0;
    padding: 0;
    line-height: 2;
}

/*****************************************************************
                    Live Background Style
*****************************************************************/
#live-bg > #mirror, 
#live-bg > .background{
    margin: 0;
    padding: 0;    
    width: 100%;
    height: 100%;
    z-index: -999;
    position: absolute;
}

#live-bg > #mirror{
    background-color: #000;
}

/*****************************************************************
                        Main Title
*****************************************************************/
#main-title{
    color: #fff;
    margin-left: 40px;
    position: absolute;
    font-family: 'Inter';
}

#main-title h1{
    font-size: 50px;
    text-shadow: 0 0 3px #fff;
    margin-top: 30px;
}
.lead { font-size: 1.5rem; font-weight: 300; }
