@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{margin:0;padding:0;font-family:Poppins,sans-serif!important}p,span,a{font-weight:400!important}h1,h2,h3,h4,h5,h6{font-weight:600!important}main{display:flex;flex-direction:column;min-height:100vh;background-color:#0d3c6a0d!important;background-repeat:no-repeat;background-size:cover}main header{text-align:center}main header img{max-width:300px}main article{padding:30px;flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;row-gap:100px}main footer{padding:20px;text-align:center}.login-container{display:flex;align-items:center;flex-direction:column;row-gap:15px;text-align:center}.login-container h1{font-size:30px}*{font-family:Albert Sans,sans-serif;font-size:inherit}.scene{position:relative;z-index:2;height:220px;width:220px;display:grid;place-items:center}.cube-wrapper{transform-style:preserve-3d;animation:bouncing 2s infinite}.cube{transform-style:preserve-3d;transform:rotateX(45deg) rotate(45deg);animation:rotation 2s infinite}.cube-faces{transform-style:preserve-3d;height:80px;width:80px;position:relative;transform-origin:0 0;transform:translate(0) translateY(0) translateZ(-40px)}.cube-face{position:absolute;top:0;right:0;bottom:0;left:0;background:#0d3c6a;border:solid 1px #ffffff}.cube-face.shadow{transform:translateZ(-80px);animation:bouncing-shadow 2s infinite}.cube-face.top{transform:translateZ(80px)}.cube-face.front{transform-origin:0 50%;transform:rotateY(-90deg)}.cube-face.back{transform-origin:0 50%;transform:rotateY(-90deg) translateZ(-80px)}.cube-face.right{transform-origin:50% 0;transform:rotateX(-90deg) translateY(-80px)}.cube-face.left{transform-origin:50% 0;transform:rotateX(-90deg) translateY(-80px) translateZ(80px)}@keyframes rotation{0%{transform:rotateX(45deg) rotateY(0) rotate(45deg);animation-timing-function:cubic-bezier(.17,.84,.44,1)}50%{transform:rotateX(45deg) rotateY(0) rotate(225deg);animation-timing-function:cubic-bezier(.76,.05,.86,.06)}to{transform:rotateX(45deg) rotateY(0) rotate(405deg);animation-timing-function:cubic-bezier(.17,.84,.44,1)}}@keyframes bouncing{0%{transform:translateY(-40px);animation-timing-function:cubic-bezier(.76,.05,.86,.06)}45%{transform:translateY(40px);animation-timing-function:cubic-bezier(.23,1,.32,1)}to{transform:translateY(-40px);animation-timing-function:cubic-bezier(.76,.05,.86,.06)}}@keyframes bouncing-shadow{0%{transform:translateZ(-80px) scale(1.3);animation-timing-function:cubic-bezier(.76,.05,.86,.06);opacity:.05}45%{transform:translateZ(0);animation-timing-function:cubic-bezier(.23,1,.32,1);opacity:.3}to{transform:translateZ(-80px) scale(1.3);animation-timing-function:cubic-bezier(.76,.05,.86,.06);opacity:.05}}
