body{font-family:sans-serif;margin:0;overflow:hidden;padding:0;text-rendering:optimizeLegibility}.video-container{background:#000;height:100%;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:-1}.video-container:before{background-color:#0003;content:"";height:100%;left:0;position:absolute;top:0;width:100%}video{height:auto;left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto;z-index:-1}.App{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:20px;position:relative;text-align:center;z-index:1}.nickname{font-size:3rem;font-weight:700;margin-bottom:1rem}.description,.nickname{color:#fff;text-shadow:1px 1px 2px #000c;-webkit-user-select:none;user-select:none}.description{font-size:1.1rem;line-height:1.5;margin:0 auto 2rem;max-width:600px}.social-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:.5rem 1rem;text-shadow:1px 1px 2px #000c;transition:background-color .3s}.btn:hover{background-color:#000}@media (max-width:768px){.App{padding:10px}.nickname{font-size:2rem}.description{font-size:.9rem;max-width:80%}}