@keyframes logos{0%{opacity:0}25%{opacity:0}50%{opacity:0}75%{opacity:.9}to{opacity:1}}@keyframes lefter{0%{left:-400px;opacity:0}to{left:0;opacity:1}}@keyframes droper{0%{bottom:-300px;opacity:0}to{bottom:0;opacity:1}}@keyframes upper{0%{top:-300px;opacity:0}to{top:0;opacity:1}}@keyframes righter{0%{right:-300px;opacity:0}to{right:0;opacity:1}}@keyframes hidden-splash{25%{opacity:10}50%{opacity:6}75%{opacity:2}to{opacity:0;display:none}}.splash-screen{background-color:#1f2937;min-height:100%;width:100vw;animation:hidden-splash 4.5s;animation-fill-mode:forwards;animation-timing-function:ease-out}.splash{display:flex;justify-content:center;min-height:100%;width:100vw;position:fixed;top:300px}.image-splash{animation:logos 4s;animation-timing-function:ease-out;animation-fill-mode:forwards;width:50px;height:50px;position:relative}.dev{animation:lefter 2s;animation-timing-function:ease-out;animation-fill-mode:forwards;position:relative}.des{animation:upper 2s;animation-timing-function:ease-out;animation-fill-mode:forwards;position:relative}.my{animation:droper 2s;animation-timing-function:ease-out;animation-fill-mode:forwards;position:relative}.id{animation:righter 2s;animation-timing-function:right ease-out;animation-fill-mode:forwards;position:relative}@keyframes drop-bom{0%{top:-12px;opacity:0}to{bottom:350px;opacity:12;display:none}}@keyframes atomic{0%{opacity:0;transform:scale(.8)}25%{opacity:.2}50%{opacity:.8}65%{opacity:2}75%{opacity:1}85%{opacity:.5}to{opacity:.1;display:none}}.bom-head,.bom-atom{display:flex;justify-content:center;min-height:100%;width:100vw;position:fixed}.bom{position:fixed;top:360px;animation:drop-bom 2s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;transform:rotate(-30deg)}.atom{position:absolute;opacity:0;top:30px;animation:atomic 2s;animation-delay:3s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}@keyframes pakcoy{0%{opacity:0}to{opacity:1}}.Packet{opacity:0;animation:pakcoy 3s;animation-delay:4.9s;animation-timing-function:ease-out;animation-fill-mode:forwards}.info{font-size:50px}
