.app{position:relative;width:100vw;height:100vh;overflow:hidden}.background-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.logo-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;text-align:center}.center-logo{max-width:300px;max-height:300px;width:auto;height:auto;margin-bottom:2rem}.social-links{display:flex;flex-direction:row;gap:2rem;align-items:center;justify-content:center}.social-link{color:#f5f5f5;text-decoration:none;font-size:12px;font-weight:400;transition:opacity .3s ease}.social-link:hover{opacity:.7}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow:hidden}#root{height:100vh;width:100vw}
