body{margin:0;padding:0;overflow-x:hidden;font-family:Poppins,sans-serif}.container{position:absolute;top:0;left:0;width:100vw;background-color:#000;z-index:20000;display:flex;align-items:center;justify-content:center;flex-direction:column;height:100vh;animation:fade-out 5s forwards}.lighthouse{width:20vw;background:url("./media/logo-DDB4DVN3.png") no-repeat center/contain}.beam{position:absolute;top:20px;left:50%;width:0;height:80vh;background:#fff3;transform-origin:top;border-radius:50%;transform:translate(-50%) rotate(-10deg);animation:light-sweep 2s infinite linear}@keyframes light-sweep{0%{transform:translate(-50%) rotate(-10deg);width:0%}50%{transform:translate(-50%) rotate(10deg);width:80%}to{transform:translate(-50%) rotate(-10deg);width:0%}}@keyframes fade-out{0%{opacity:1}95%{opacity:1}to{opacity:0;display:none}}
