@import"https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{background-color:#000;font-family:Syne,sans-serif}.background-logo{background-color:#000;position:relative;overflow:hidden}.background-logo:before,.background-logo:after{content:"";position:absolute;border-radius:50%;background:#fffc;width:180px;height:180px;z-index:1;opacity:.15}.background-logo:before{top:-50px;left:-50px;box-shadow:0 0 50px 50px #fffc}.background-logo:after{bottom:-50px;right:-50px;box-shadow:0 0 50px 50px #fffc}.content{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:1}.logo-container{display:flex;justify-content:center;align-items:center;z-index:1}.title{color:#fff;margin-left:10px;font-size:xxx-large}.subtitle{color:#bff747;margin-top:10px;z-index:1;font-size:xxx-large}.footer{position:absolute;bottom:15%;width:100%;color:#fff;display:flex;justify-content:center;font-family:Syne;font-size:large}@media (max-width: 768px){.title,.subtitle{font-size:xx-large}.footer{font-size:medium}.background-logo:before,.background-logo:after,.verticle-line{display:none}}@media (max-width: 480px){.title{font-size:x-large}.subtitle{font-size:larger}.footer{font-size:small}.logo-container{flex-direction:row;align-items:center}.logo-container img{width:15%;height:auto}}
