@charset "utf-8";
body{
    --anm-tmpl-color:black;

    --link-button-color:#FFFFFF;
    --link-social-color-shadow: #FFFFFF;
}
body{font-family:Montserrat-Regular}
.item {
    background-color:rgba(0,0,0,0)!important;
    border-radius:12px;
    border: 2px solid #FFFFFF!important;
}
.text h3,.desc,.item-header{color:#FFFFFF!important;}
.item .btn{color:#FFFFFF!important;}
.footer p a{color:#FFFFFF;}
.footer p a:hover{color:#FFFFFF;}
.bg-container{display:none}
.animate-container{position:fixed;top:0;width:100%;height:100%;bottom:0;margin:0 auto;z-index:-1;}
.animate-container .animate-bg{width:100%;height:100%;background:var(--anm-tmpl-color)}
.animate-container canvas{width:100%;height:100%}
