:root{--green: #05df72;--gray-dark: #2C2A30;--gray-darkest: #1f1d23;--gray-light: #a6a4ac;--gray-lighter: #f9f7ff;--white: #ffffff;--dark-clr: #081d2c;--second-dark-clr: #112e42;--text-clr: #f1f5f9;--light-text-clr: #c9d9e8;--global-clr: #0fbbff;--btn-clr: #ff499e}body{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}@media (prefers-color-scheme: light){body{background-color:var(--gray-lighter);color:#000}.footer{background-color:#fff;color:#000}#legalsLinks a{color:#000}}@media (prefers-color-scheme: dark){body{background-color:var(--gray-darkest);color:var(--gray-dark)}.footer{background-color:var(--gray-dark);color:var(--gray-light)}#legalsLinks a{color:#fff}}#welcome__background__logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:100%;width:70%;height:auto;z-index:-1}.footer{position:absolute;bottom:0;left:0;width:100%;padding:7px;display:flex;justify-content:center;text-align:center}.global{background-color:#00f;width:100%;height:100%}#legalsLinks{display:flex;position:absolute;bottom:120px;z-index:999;color:#fff;width:60%;text-align:center;justify-content:space-between;align-items:center;text-decoration:none}#legalsLinks a{font-size:.86rem;font-weight:400}#legalsLinks a:hover{text-decoration:none}
